Replies: 2 comments 3 replies
-
Do you mean the language bindings or the web server API? In any case, the part of the code which handles LocalDocs is implemented in the chat application, the language bindings sit at a lower level and don't have access to that code. The web server API is currently limited, too. Basically, you'd have to implement that yourself; The database ( (At least this is the state of things as of 2024-07-20.) |
Beta Was this translation helpful? Give feedback.
-
I apologize for my confusing wording. I wanted to ask how to achieve the equivalent of "select a collection to make it available to the chat model" when accessing via http://127.0.0.1:4891/v1/chat/completions, just like through the UI. Your response suggests this functionality is not yet available through the API. |
Beta Was this translation helpful? Give feedback.
-
I have successfully created embedded LocalDocs, and they function correctly when selected through the UI,How to bind localDocs when accessing a local server via API?
Beta Was this translation helpful? Give feedback.
All reactions