Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Embeddings #32

Open
bnonni opened this issue Sep 21, 2023 · 0 comments
Open

Use Embeddings #32

bnonni opened this issue Sep 21, 2023 · 0 comments
Assignees
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

Comments

@bnonni
Copy link
Member

bnonni commented Sep 21, 2023

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

  1. local or hosted or combo
  2. DB type: sql or nosql or vector

=> Use a hosted pinecone DB storing embeddings for ease and speed

Describe alternatives you've considered
Functional Req:

  • Setup hosted pinecone DB
  • Connect it to app
  • Turn text into embeddings
  • Store embeddings in hosted pinecone DB
    Nonfunc Req (stretch):
  • Store some amount of embeddings locally and redundantly in hosted DB

Additional context
Figure out how to use embeddings (i.e. vector data embeddings)

@bnonni bnonni added the enhancement New feature or request label Sep 21, 2023
@bnonni bnonni self-assigned this Sep 21, 2023
@bnonni bnonni changed the title Abbot: Use Embeddings Use Embeddings Dec 9, 2023
@bnonni bnonni added 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 and removed enhancement New feature or request labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Backlog
Development

No branches or pull requests

1 participant