MLT-OSS / open-assistant-api

The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.
MIT License
270 stars 53 forks source link

fix file key hallucination in retrieval tool #26

Closed liuooo closed 7 months ago

liuooo commented 7 months ago

The file key will be tampered during llm processing. Using a shorter index instead to effectively reduce this situation.

provide parameters:

image

response

image