Open RobinQu opened 5 months ago
tool_resources
, temperature
are working only with Assistant
. Some may not work on Thread
or Run
. A more detailed description will be provided.start_index
and end_index
are implementation dependent, it cannot be exact the same if we don't have access to the OpenAI's code.mini-assistant
, we first decide which files are most relevant to the user question, and do recall within these files. So it's expected that some queries won't trigger file search at all.This is not yet implemented.
This is long live issue that tracks limitations of mini-assistant implementation.
General speaking,
mini-assistant
is an all-in-one, single-node jukebox that mimick OpenAI's Assistant API. It's not intended for large-scale and distributed production system.When
mini-assistant
is matured enought, and the community actually demands a more power version, I will start to work onmighty-assitant
submodule.Related issues:
20
16