Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

LangChain RAG

Skill Проверено
85
Входит в:LangChain Skills

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

Резюме ИИ

This skill facilitates the construction of RAG pipelines by offering implementations for document loading, text splitting, embedding generation, and various vector stores including Chroma, FAISS, and Pinecone. It showcases end-to-end examples in both Python and TypeScript, detailing the setup, retrieval, and generation stages.

Documentation

  • info:Configuration & parameter referenceWhile examples show configurations for chunk size, overlap, and vector stores, explicit defaults and precedence order for all parameters are not fully documented.

License

  • info:License usabilityLicense is not explicitly declared in the manifest files or a dedicated LICENSE file, and is only mentioned in the README footer as 'MIT'.

Versioning

  • warning:Release ManagementNo explicit version information (e.g., `version:` in SKILL.md frontmatter, `package.json`, or CHANGELOG) is present for this skill; installation via 'npx skills' or plugin marketplace does not allow for version pinning.

Code Execution

  • info:ValidationWhile parameters like chunk size and overlap are shown, explicit schema validation for all inputs and outputs is not demonstrated in the provided examples.
  • info:Error HandlingError handling is not explicitly demonstrated in the provided examples, though LangChain's general error handling mechanisms are assumed.

Practical Utility

  • info:Edge casesFailure modes like dimension mismatch are hinted at in the 'fix' sections, but not explicitly documented with symptoms and recovery paths within the main skill instructions.

Установка

Сначала добавьте Marketplace

/plugin marketplace add langchain-ai/langchain-skills
/plugin install langchain-skills@langchain-skills
13 days ago
651 stars
MIT
Обновлено 6 days ago
Посмотреть исходный код