Data model: Create an individual embedding
table per collection
#12
Labels
enhancement
New feature or request
embedding
table per collection
#12
Issue you'd like to raise.
Currently, all embeddings are stored in one single "embeddings" table. This has various downsides:
Suggestion:
CrateDB should not create a table "collections" and "emgeddings", but crate a new table that gets the name of the provided
collection
name in langchain which holds all embeddings.The text was updated successfully, but these errors were encountered: