BambooAI
BambooAI copied to clipboard
A lightweight library that leverages Language Models (LLMs) to enable natural language interactions, allowing you to source and converse with data.
# Problem When code corrections are triggered, the user is left **waiting without any feedback on CLI** about current status of the process (image below). # Solution Output from the...
How should I configure/use the model from Azure Open AI? to use this application
Hi @pgalko, Whenever I ask another question it seems to not take in the context of the previous question and answer and gives me a fresh new response. I'd like...
Hi, there first of all this is an amazing project which you have built But it seems that for each query even the basic ones token usage is in 40-50k...
Hi @pgalko Id really love using the Code-Llama LLM, I have just got access to it. I need to know a few things 1) How can I set up with...
I have tried to implement bambooai in my streamlit application, but whenever the module loads my entire streamlit application and its components take time to run/load/rerun. I can't find a...
pip install bambooai from bambooai import BambooAI import pandas as pd df = pd.read_csv('data.csv') bamboo = BambooAI(df, debug=True, vector_db=False, search_tool=True) Getting error message ModuleNotFoundError: No module named 'models'