You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successfully designed and developed a customer support chatbot that leverages LangChain and Pinecone for efficient retrieval-augmented generation (RAG), enabling intelligent and context-aware responses to user queries.
Examples and usage of LangChain text splitters, including CharacterTextSplitter and the widely used RecursiveCharacterTextSplitter for splitting text into meaningful chunks. Supports structured text, code, markdown, and semantic-aware splitting for LLM applications.