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: add embedding vector database #98

Open
linonetwo opened this issue May 28, 2023 · 9 comments
Open

feature: add embedding vector database #98

linonetwo opened this issue May 28, 2023 · 9 comments
Assignees

Comments

@linonetwo
Copy link
Collaborator

Description 描述

So we can use it as LLM memory or speedup searching.

Additional Context 额外上下文

No response

@linonetwo linonetwo self-assigned this May 28, 2023
@linonetwo
Copy link
Collaborator Author

weaviate is not ok, it only supports linux https://weaviate.io/developers/weaviate/installation/embedded

@linonetwo
Copy link
Collaborator Author

Milvus Lite can be used in python https://milvus.io/docs/milvus_lite.md#Configure-Milvus-Lite

@linonetwo
Copy link
Collaborator Author

linonetwo commented May 28, 2023

Maybe https://github.com/asg017/sqlite-vss is the best choice for embedding vector database

@linonetwo
Copy link
Collaborator Author

belladoreai/llama-tokenizer-js#5 (comment) Need to use things like Word2Vec

@linonetwo
Copy link
Collaborator Author

Description

So 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 Context

When chat about srs in qq group, I think it is better not using user's brain for memorizing.

tiddly-gittly/TidGi-Desktop#334

@linonetwo
Copy link
Collaborator Author

@linonetwo
Copy link
Collaborator Author

@linonetwo
Copy link
Collaborator Author

应该作为一个插件,提供 indexer

@linonetwo linonetwo transferred this issue from tiddly-gittly/TidGi-Desktop Apr 7, 2024
@linonetwo
Copy link
Collaborator Author

语义图片搜索,如果嵌入了 sqlite-vss 向量数据库,可以参考 https://github.com/EdVince/CLIP-ImageSearch-NCNN 对图片都生成向量缓存起来,方便直接搜图片内容

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant