Closed 2PlatesDev closed 1 year ago
Hey @2PlatesDev , I would strongly recommend removing your OpenAI API Key from the description above.
Do you have any preconfigured chromadb settings which might be coming into play here? It does seem like chromadb recently introduced some limits which you might be hitting: https://discord.com/channels/1073293645303795742/1156956190350245908/1156956190350245908
Nevertheless, looking into the implementation, I do think batching should be introduced in the add/get functions to handle such cases. @deshraj
🐛 Describe the bug
I just installed this via pip in a PyCharm venv and it's throwing an error while using the example code given in the docs. It only seems to be an issue with larger resources as when commenting out
elon_musk_bot.add("https://en.wikipedia.org/wiki/Elon_Musk")
, it runs perfectly fine. Same goes for other resources I've tried to add.Any help would be appreciated. All relevant information that I could think of is below but let me know if there is anything else I should add that could be beneficial.