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

[Feature]: Create downloadable chunk/embedding data for new contribs #66

Closed
jurmy24 opened this issue Dec 11, 2024 · 1 comment
Closed
Labels
dev Anything related to internal tooling/tests/CICD enhancement New feature or request

Comments

@jurmy24
Copy link
Member

jurmy24 commented Dec 11, 2024

Is your feature request related to a problem? Please describe.
It's quite frustrating that a new contributor needs to create embeddings for all the chunks stored in scripts/assets/chunks.json. This means they have to spend a few cents on inference with either openai's text-embedding-3-small or with together AI's BAAI/bge-large-en-v1.5 to create embeddings for all the chunks there.

Describe the solution you'd like
I'd prefer it if the data is already embedded in its stored format (both with openai and together's embedder) so that there are no setup costs for the user (and it goes quicker too).

Describe alternatives you've considered
The alternative is what we currently have or that we give the contribs access to the neon database which already has the embedded data, but Neon branches should be reserved for internal collaborators.

Additional context
We will want this to be something that is also done for the dockerized postgres database.

@jurmy24 jurmy24 added enhancement New feature or request dev Anything related to internal tooling/tests/CICD labels Dec 11, 2024
@jurmy24 jurmy24 added this to the Resource Ingestion Pipeline milestone Dec 11, 2024
@jurmy24
Copy link
Member Author

jurmy24 commented Dec 11, 2024

@alvaro-mazcu @louhelhir @iamrobzy I added this to your resource ingestion pipeline project since I think its something relevant to what you're working on. It's a much smaller task than the pipeline itself though, more of an afternoon implementation.

@jurmy24 jurmy24 closed this as completed Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Anything related to internal tooling/tests/CICD enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant