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
This is a good one, giving some context for dev working on this :
Creation of a collection is 3 step process :
1. Create a postgres row in table : "collections"
2. Create a vector document in vector db, defaults : "qdrant"
3. Then Associate the collection created with associated data sources.
Say if step 2 was failing, which was the case as I didnt looked that profiles --profile ollama and --profile --dev was needed, same collection cant be made 2nd time; as postgres already knows that this collection exists.
See: https://prisma-client-py.readthedocs.io/en/stable/reference/transactions/#usage
The text was updated successfully, but these errors were encountered: