cachho
cachho
Should be the post only, but optionally also the comments. That's the reason the web page format won't cut it. I think for small quantities, the reddit API can be...
Reference: https://docs.trychroma.com/usage-guide#running-chroma-in-clientserver-mode
Right now, the '.add' method does not return anyything, but prints after success. For some reason this seems to almost be async, when I submit three and print the output...
On discord, this was discussed as part of #105, but I think it should be tracked separately. History can greatly improve the quality of the bot. Without history, queries like...
``` File "/usr/local/lib/python3.8/site-packages/embedchain/embedchain.py", line 94, in add :param url: The URL where the data is located. """ loader = self._get_loader(data_type) chunker = self._get_chunker(data_type) self.user_asks.append([data_type, url]) self.load_and_embed(loader, chunker, url) def add_local(self,...
This PR is renaming `url` variables to `src` in appropriate placse. There are two reasons for this PR. 1. We use local data too. In `add` and `add_local` this is...
Fixes #108. Tested by using the built of the clone instead of pip in prod where I got the error.
This PR introduces config classes for easier configuration. In accordance with #156 This is just to lay the framework. It does not actually introduce new config options, you might even...
Resets the database and deletes all embeddings. Irreversible. Requires reinitialization afterwards. This is a nice quality of live feature, compared to deleting the folder. Especially in docker this is a...
Counts the number of embeddings (chunks) in the database.