使用自然语言生成头条、小红书、百家号等文章
-
Updated
Jun 27, 2024 - Python
使用自然语言生成头条、小红书、百家号等文章
In this we implements a Retrieval-Augmented Generation (RAG) based conversational AI agent designed for intelligent knowledge extraction from PDF documents. Leveraging LangChain and Google’s Gemini LLM
Created a custom chatbot using Langchain. Here's a summary of what I did: Data Extraction: I gathered data about technical courses from the Brainlox website using Langchain’s URL loaders. Embedding Creation & Storage: I converted this data into embeddings and stored it in a vector store for efficient searching. API Development: I built a Flask
Add a description, image, and links to the webbaseloader topic page so that developers can more easily learn about it.
To associate your repository with the webbaseloader topic, visit your repo's landing page and select "manage topics."