luisrodriguesphd/ai-art-buddy
chore: fix the version of gradio library
chore: fix the version of gradio library
fix: update this system propt to tune the assitant tool use
chore: fix the version of ragas library
update requirements.in and use it for deployment
chore: use requirements.txt instead of requirements.in
Merge pull request #4 from luisrodriguesphd/chore/rebranding
chore: Add relevance and accuracy warning for low-scoring answers
chore: update the name from ai art assistant to ai art buddy
chore: upgrade the llm from gpt-4o-mini to gpt-4o
Update README.md
Merge pull request #3 from larpig/feat/answer_evaluation
feat: add a tool to evaluate the generated candidate answer
Merge pull request #2 from larpig/chore/feedback_based_optimization
chore/optimize the assitant based on user feedback
Merge pull request #1 from larpig/feat/cloud-based-vector-store
feat: add a data manage system and cloud-based vector store
fix: fix logging for the retrieval pipeline
feat: add logs to retrieval and pages to index
fix: update lagnchain libraries form chroma and llm
fix: fix permissions and requirements
fix: move indexing pipeline to the entrypoint of Dockerfile
exp: try to use openai embeddings
params: change retriever from openai to huggingface
exp: remove index pipeline to check text generation
fix: remove apy key print from embeddings
fix: parameter of the api key ofr OpenAIEmbeddings method
fix: fix dockerfile to not print the api keys
chore: update dockerfile to expose api keys'
fix: explicit pass the openai api key to the embedding model
feat: add logging to the indexing pipeline
fix: replace async load for sync one in the web loader
fix: add flag to continue on failure for the web loader
feat: add openai embedding model and set open llm as well
feat: add callback function and turned on the debug mode
fix:fix bug the retriever and update system massage
params: change model from gemma2-9b-it to llama3-70b-8192
feat: first version of the agentic rag chatbot for ben uri museum
