Results for “llama”
12 skillsllamaindex
Connects LLMs with user data for RAG applications, document Q&A, and knowledge retrieval using 300+ data connectors and vector indices.
10.4k · bundle
faiss
Enables fast similarity search and clustering of dense vectors using FAISS, covering index types, GPU acceleration, and integrations with LangChain and LlamaIndex.
2
chroma
Store and query embeddings with metadata, vector and full-text search, and filtering. Integrates with LangChain and LlamaIndex for RAG and semantic search applications.
2
qdrant-vector-search
Builds production RAG and semantic search systems with Qdrant, covering collection setup, vector indexing, filtered and hybrid search, and integration with LangChain and LlamaIndex.
2
faiss
Enables fast similarity search and clustering of dense vectors using FAISS, supporting billions of vectors, GPU acceleration, and various index types.
10.4k · bundle
More results
pinecone
Provides code examples and best practices for using Pinecone, a managed vector database for production RAG, recommendation, and semantic search applications.
10.4k · bundle
chroma
Store and query embeddings with metadata filtering, vector search, and full-text search using an open-source database that scales from notebooks to production.
10.4k · bundle
mariadb-vector
Provides best practices for using MariaDB's built-in vector support for AI workloads, including SQL syntax for vector columns, indexes, distance functions, and RAG patterns.
0
qdrant-vector-search
Build production RAG and semantic search systems with a high-performance vector database written in Rust, supporting hybrid search, filtering, and horizontal scaling.
10.4k · bundle
sentence-transformers
Generate high-quality sentence and text embeddings for semantic similarity, clustering, and retrieval using 5000+ pre-trained models. Supports multilingual and domain-specific embeddings for RAG and semantic search.
10.4k · bundle
langfuse
Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debugging, monitoring, and improving LLM applications in production. Use when "langfuse, llm observability, llm tracing, prompt management, llm evaluation, monitor llm, debug llm, langfuse, observability, tracing, llm-monitoring, evaluation, prompt-management, debugging, analytics" mentioned.
128 · bundle
tabular-rag
Structured data + RAG. NL2SQL hybrid patterns (text-to-SQL then execute vs embed rows), table embedding strategies (row-level, schema-level, hybrid), semantic layer integration (Cube, dbt metrics), LangChain SQLDatabaseChain, LlamaIndex PandasQueryEngine, safe SQL execution (read-only, sandboxed), schema-aware retrieval. Full PostgreSQL + pgvector hybrid code. USE WHEN: user mentions "tabular RAG", "NL2SQL", "text to SQL", "RAG on tables", "database RAG", "SQL RAG", "semantic layer", "structured data RAG" DO NOT USE FOR: unstructured doc RAG - use `rag-architecture`; metadata filtering only - use `self-querying-retriever`; KG retrieval - use `graph-rag`
28