Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Farzad-R authored Apr 24, 2024
1 parent 7463684 commit efa9760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ChatPub
# Advanced-RAG-Series
This repository contains advanced LLM-based chatbots for RAG and Q&A with different databases. (VectorDB, GraphDB, SQLite, CSV, XLSX, etc.).

### List of projects:
Expand All @@ -19,7 +19,7 @@ Project-folder
├── explore <- Contains my exploration notebooks and the teaching material for YouTube videos.
├── data <- Contains the sample data for the project.
├── src <- Contains the source code(s) for executing the project.
| └── utils <- Contains all the necesssary project's modules.
| └── utils <- Contains all the necessary project modules.
└── images <- Contains all the images used in the user interface and the README file.
```
NOTE: This is the general structure of the projects, however there might be small changes duo to the specific needs of each project.
Expand All @@ -39,4 +39,4 @@ Chat-SQL-GPT is a chatbot that utilizes <u>GPT 3.5</u>, <u>Langchain</u>, and <u
- Chat with preprocessed CSV and XLSX data.
- Chat with uploaded CSV and XSLX files during the interaction with the user interface.

**YouTube video:**: TBD
**YouTube video:**: TBD

0 comments on commit efa9760

Please sign in to comment.