An open API service indexing awesome lists of open source software.

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

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.