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

Binary tool for generating embeddings from console #102

Open
tazarov opened this issue Sep 18, 2024 · 0 comments
Open

Binary tool for generating embeddings from console #102

tazarov opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request Golang Tooling
Milestone

Comments

@tazarov
Copy link
Contributor

tazarov commented Sep 18, 2024

Examples:

cat text.txt | llama-embedder > raw.txt
cat text.txt | llama-embedder --format jsonl > plain_jsonl.jsonl
cat text.txt | llama-embedder --format langchain > langchain.jsonl
cat text.txt | llama-embedder --format llamaindex > llama_index.jsonl
cat text.txt | llama-embedder --format chroma > chroma.jsonl

Note: This can be built on top of the golang binding for better tooling support and simpler implementation than plain cpp.

@tazarov tazarov added enhancement New feature or request Golang Tooling labels Sep 18, 2024
@tazarov tazarov added this to the Tooling milestone Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Golang Tooling
Projects
None yet
Development

No branches or pull requests

1 participant