You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the fastAPI tutorial.
Your code greatly helped our team in this hackathon.
However, there is a part of your code that needs improvement.
Hi, there!
Thank you for sharing the fastAPI tutorial.
Your code greatly helped our team in this hackathon.
However, there is a part of your code that needs improvement.
https://github.com/Ilevk/solar-backend-fastapi-advanced/blob/main/app/services/embedding.py
In
app/services/embedding.py
,In lines 65-70,
create_creation
raises an error when you create with an existing collection name.Instead, we can fix the code like the following line.
The text was updated successfully, but these errors were encountered: