Open liushuang393 opened 7 months ago
感谢建议,最新版本已支持。请参考如下PR:
I tested this feature by using update
, it failed to add a pdf to an existing:
Created knowledge base ram-order: 11
Creating embeddings for Ollama served model: nomic-embed-text
Creating Chroma vector store
Initializing vector store retriever
1 documents added to collection collection_11.
KnowledgeBaseFile with ID: 6
Ollama: { host: 'http://127.0.0.1:11434', username: null, password: null }
Ollama: { host: 'http://localhost:11434', username: null, password: null }
WARN [Vue Router warn]: No match found for location with path "/api/knowledgebases/11"
WARN [Vue Router warn]: No match found for location with path "/api/knowledgebases/11"
WARN [Vue Router warn]: No match found for location with path "/api/knowledgebases/11" (repeated 2 times)
@wgong 已处理,需要等合并代码
已合并
是我将 index.put.ts
更改为 [id].put.ts
后,忘记将新文件加到代码仓库里。
@satrong 感谢帮忙恢复。
Knowledge Bases Name同一个可以追加多个文件呢,方便对同一个类型的问题进行维护,而不是把文件删除后 再追加