-
Notifications
You must be signed in to change notification settings - Fork 2
Use Embeddings #32
Copy link
Copy link
Open
Labels
dbDatabase relatedDatabase relatednon-functional requirementNot required for system functionality and stability (features), aka "nice to have"Not required for system functionality and stability (features), aka "nice to have"researchInformation gathering to better understand requirementsInformation gathering to better understand requirements
Metadata
Metadata
Assignees
Labels
dbDatabase relatedDatabase relatednon-functional requirementNot required for system functionality and stability (features), aka "nice to have"Not required for system functionality and stability (features), aka "nice to have"researchInformation gathering to better understand requirementsInformation gathering to better understand requirements
Type
Projects
Status
Backlog
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)