Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miracle-cowf/qa-with-jupyter
QA With Jupyter NoteBook(.ipynb) powered by LangChain & Anthropic
https://github.com/miracle-cowf/qa-with-jupyter
agent ai anthropic anthropic-claude chatgpt gpt langchain langchain-python large-language-models llm llms openai rag retrieved-augmented-generation
Last synced: 3 months ago
JSON representation
QA With Jupyter NoteBook(.ipynb) powered by LangChain & Anthropic
- Host: GitHub
- URL: https://github.com/miracle-cowf/qa-with-jupyter
- Owner: MIRACLE-cowf
- Created: 2024-05-22T05:56:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T02:12:57.000Z (7 months ago)
- Last Synced: 2024-10-07T19:23:13.005Z (3 months ago)
- Topics: agent, ai, anthropic, anthropic-claude, chatgpt, gpt, langchain, langchain-python, large-language-models, llm, llms, openai, rag, retrieved-augmented-generation
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QA With Jupyter
## 👋 Introduction 👋
Hello! I am a beginner developer who is greatly interested in the rapidly emerging field of LLMs.The is my another basic starter project, created for the purpose of studying LLM prompting, Python and RAG for my own study.
Thank you for coming by, and please keep an eye out for future updates!
## 🌠OverView ðŸŒ
This project is a simple starter project that demonstrates how you can utilize LangChain and LLM model to perform Q&A on **Jupyter Notebook**.## 🚀 HOW TO START 🚀
1. Clone this repository
```Bash
git clone https://github.com/MIRACLE-cowf/QA-With-Jupyter.git
```2. Move to the cloned repository
```Bash
cd QA-With-Jupyter
```3. Inisde the `QA_With_Jupyter`, fill in the necessary API keys in the .env file.
- Anthropic
- OpenAI
- LangChain4. Create a new folder that named `src` in `QA_With_Jupyter` folder, and put `.ipynb` file.
5. Install the required libraries
```Bash
pip install -r requirements.txt
```
6. Run main.py
```Bash
python3 -m main
```## ✅ Check Out My Other Project ✅
### 🔥 PAR(Powerful-Agent-Researcher) 🔥
This project is an Agent Assistant that aims to automatically generate high-quality documents in response to user question. It conducts its own web searches and creates documents to provide answers.**Main Features**
- **THLO(Think-High-Level-Outline)** : It deeply 'think' and 'inner monologue' to understands user question and automatically generates high-level-outline or plan for document creation.
- **Utilization of Various Information Sources** : It integrates multiple search engines, including Tavily, YouTube, arXiv, and Wikipedia, to gather comprehensive and intelligent information.
- **Intelligent Information Summarization and Integration** : It intelligently summarizes and integrates the collected information to automatically generate documents that are not only optimized for the user's question but also contain richer and high-quality information.If you're interested, **[Check it out](https://github.com/MIRACLE-cowf/Powerful-Auto-Researcher)**
I'm actively seeking feedback and discussions!### 🔥 A-SQL-A 🔥
This `A-SQL-A` project is similarly as this `QA-With-Jupyter`.**Main Features**
- You can **Q&A** with your own `CSV` file.
- Automatically **transform** `.csv` to `.db`.
- Generate **SQL query** by LLM.If you're interested, **[Check it out](https://github.com/MIRACLE-cowf/A-SQL-A)**