Farzad-R/Advanced-QA-and-RAG-Series
This repository contains advanced LLM-based chatbots for Q&A using LLM agents, and Retrieval Augmented Generation (RAG) and with different databases. (VectorDB, GraphDB, SQLite, CSV, XLSX, etc.)
Jupyter Notebook
Issues
- 2
travel.sqlite missing?
#6 opened by jkey67 - 3
ACCESS TO OPENAI ISSUE FROM CODE
#5 opened by naggu0709 - 1
Can you add env file example?
#2 opened by ranmax123 - 1
Authentication error
#3 opened by ranmax123 - 4
ValueError: An output parsing error occurred. In order to pass this error back to the agent and have it try again, pass `handle_parsing_errors=True` to the AgentExecutor. This is the error: Could not parse tool input: {'arguments': "# First, let's list the tables in the database\nfrom functions import sql_db_list_tables\n\ntables = sql_db_list_tables({})\nprint(tables)", 'name': 'python'} because the `arguments` is not valid JSON.
#1 opened by charles-123456