Toolverse
All skills

rag-skills

by llama-farm

RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Data Science
Views
20

About this skill

RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.

How to use

  1. Zainstaluj umiejętność w swoim projekcie LlamaFarm, upewniając się, że masz Python 3.11+, LlamaIndex 0.13+, ChromaDB 1.0+ i Celery 5.5+. Umiejętność rozszerza python-skills, więc wszystkie praktyki Pythona mają zastosowanie.

  2. Skonfiguruj Celery w pliku celery_app.py, definiując brokera wiadomości i backendu wyników. Umiejętność zawiera gotowe szablony konfiguracji dla typowych ustawień.

  3. Wybierz dostawcę embeddings (OpenAI, Ollama lub uniwersalny) i skonfiguruj go w komponencie embedders/. Umiejętność zawiera moduł embedding_safety.py z circuit breakerem i walidacją, aby chronić przed błędami API.

  4. Zdefiniuj pipeline pozyskiwania dokumentów, korzystając z ingest_handler.py do bezpiecznego ładowania plików i blob_processor.py do przetwarzania plików binarnych. Wybierz parser z komponenty parsers/ zgodnie z formatem dokumentów (PDF, TXT, Markdown itp.).

  5. Uruchom asynchroniczne zadania indeksowania za pomocą ingest_tasks.py, które będą przetwarzać dokumenty w tle. Monitoruj postęp za pomocą health_tasks.py i stats_tasks.py.

  6. Wdrażaj zapytania poprzez search_tasks.py lub query_tasks.py, wybierając strategię retrieval z komponenty retrievers/. API w api.py udostępnia interfejsy do wyszukiwania i dostępu do bazy wektorowej ChromaDB.

Related skills

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

arxiv-search

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

Data Science
76172

last30days

by sickn33

Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.

Data Science
2148

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144

pdf

by anthropics

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Data Science
31144