Text embedding 将文本转换成向量,然后保存到向量数据库。接着再由 GPT 搜索并给出答复。
Go to file
2023-11-22 08:43:09 +08:00
.idea update .gitignore 2023-11-22 08:43:09 +08:00
document_ai add proto 2023-11-21 22:41:32 +08:00
document_query add 2023-11-15 20:20:21 +08:00
pdf add 2023-11-13 20:23:15 +08:00
rpc add 2023-11-15 20:20:21 +08:00
.gitignore update .gitignore 2023-11-21 11:39:56 +08:00
grpc.txt update 2023-11-18 23:08:22 +08:00
import_from_wordpress.py 改进 2023-11-21 23:20:50 +08:00
insert_test.py add 2023-11-13 20:23:15 +08:00
main.py add 2023-11-13 20:23:15 +08:00
milvus_question.py add 2023-11-13 20:23:15 +08:00
milvus.py add 2023-11-13 20:23:15 +08:00
query_from_user_ai.py add 2023-11-13 20:23:15 +08:00
query_from_user.py add 2023-11-13 20:23:15 +08:00
question_docs.txt add 2023-11-13 20:23:15 +08:00
question_vec.json add 2023-11-13 20:23:15 +08:00
question.txt add 2023-11-13 20:23:15 +08:00
read_from_db.py add 2023-11-13 20:23:15 +08:00
requirements.txt 改进 依赖项 2023-11-21 11:38:58 +08:00
text_to_vec.py 增加 grpc 生成命令 2023-11-14 18:52:55 +08:00