SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

Add support for ChromaDB instances on the local network #39

Closed bdashore3 closed 1 year ago

bdashore3 commented 1 year ago

(Discussed in Discord)

ChromaDB is a database that does have an in-memory function, but also can run remotely on a user's local network. It can also run on a cloud server, but there is currently no method of authentication. This set of commits lays the groundwork for further development of remote servers on ChromaDB's part.

It is NOT recommended to run ChromaDB on a cloud server with this commit! There will have to be a new PR that implements our own or ChromaDB's form of authentication.