https://github.com/shwetapardhi/llm-project-chatbot-
A research tool where you can give bunch of articles, URLs and then can ask questions it will retreve answer based on those articles. Process article content through LangChain's UnstructuredURL Loader. Construct an embedding vector using OpenAI's embeddings and leverage FAISS, a powerful similarity search library, to enable swift and effective re
https://github.com/shwetapardhi/llm-project-chatbot-
Last synced: 3 months ago
JSON representation
A research tool where you can give bunch of articles, URLs and then can ask questions it will retreve answer based on those articles. Process article content through LangChain's UnstructuredURL Loader. Construct an embedding vector using OpenAI's embeddings and leverage FAISS, a powerful similarity search library, to enable swift and effective re
- Host: GitHub
- URL: https://github.com/shwetapardhi/llm-project-chatbot-
- Owner: shwetapardhi
- Created: 2024-09-02T08:41:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:16:00.000Z (10 months ago)
- Last Synced: 2025-04-03T20:43:54.494Z (6 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM-Project-Chatbot
A research tool where you can give bunch of articles, URLs and then can ask questions it will retreve answer based on those articles.
Process article content through LangChain's UnstructuredURL Loader.
Construct an embedding vector using OpenAI's embeddings and leverage FAISS, a powerful similarity search library, to enable swift and effective retrieval of relevant information.