-
Notifications
You must be signed in to change notification settings - Fork 6
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: add embedding vector database #98
Comments
weaviate is not ok, it only supports linux https://weaviate.io/developers/weaviate/installation/embedded |
Milvus Lite can be used in python https://milvus.io/docs/milvus_lite.md#Configure-Milvus-Lite |
Maybe https://github.com/asg017/sqlite-vss is the best choice for embedding vector database |
belladoreai/llama-tokenizer-js#5 (comment) Need to use things like Word2Vec |
DescriptionSo searching and auto-generation works better. This can be download on demand, and can be reused when tidgi updated. So the model file can be exist on user/document folder? Additional ContextWhen chat about srs in qq group, I think it is better not using user's brain for memorizing. |
Use llama-node embedding https://llama-node.vercel.app/docs/backends/llama.cpp/embeddings |
应该作为一个插件,提供 indexer |
语义图片搜索,如果嵌入了 sqlite-vss 向量数据库,可以参考 https://github.com/EdVince/CLIP-ImageSearch-NCNN 对图片都生成向量缓存起来,方便直接搜图片内容 |
Description 描述
So we can use it as LLM memory or speedup searching.
Additional Context 额外上下文
No response
The text was updated successfully, but these errors were encountered: