Use Embeddings #32
Labels
db
Database related
non-functional requirement
Not required for system functionality and stability (features), aka "nice to have"
research
Information gathering to better understand requirements
Is your feature request related to a problem? Please describe.
Right now, messages are stored in a .jsonl file on the server which doesn't scale long term.
Need to migrate to a DB solution of some kind.
Describe the solution you'd like
Design decisions for DB
=> Use a hosted pinecone DB storing embeddings for ease and speed
Describe alternatives you've considered
Functional Req:
Nonfunc Req (stretch):
Additional context
Figure out how to use embeddings (i.e. vector data embeddings)
The text was updated successfully, but these errors were encountered: