DataChad
DataChad copied to clipboard
Ask questions about any data source by leveraging langchains
Hi @gustavz , Noticed you're calling OpenAI. I'm working on litellm (simple library to standardize LLM API Calls - https://github.com/BerriAI/litellm) and was wondering if we could be helpful. Added support...
Hi Gustav, I built your project with Docker Desktop and ran it. However, it gives the following error: ``` ImportError: cannot import name 'get_openai_token_cost_for_model' from 'langchain.callbacks.openai_info' (/usr/local/lib/python3.10/site-packages/langchain/callbacks/openai_info.py) Traceback: File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py",...
Hi, I am trying to run this in LocalMode and error getting - Failed to build chain for data source **data\data.txt** with model **GPT4All**. Please help me. 
I really like the look of this project and want to use it but I am using it for a company project and we don't have a corporate account with...
Hello Gustav. I would like to understand if it's possible to put several source of different nature inside the same knowledge base. For what i read in the doc, this...
I have created a similar chatbot using your repo as base repo how would you describe your project in terms of 3 points : * Action * Numbers * Result
Since ConversationBufferMemory is not used, wondering if/how there is conversational memory. Sorry if dumb question. Appreciate this work. Thanks
I am getting the following error anytime I start the app locally, or once it is running locally and I try to upload my own documents. ``` Failed to build...
