Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,7 @@ __marimo__/
# Streamlit
.streamlit/secrets.toml

.DS_Store
.DS_Store

# ChromaDB runtime artifacts
notebooks/chroma_db_*/
6 changes: 6 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,9 @@ title = "LinkedIn, Company Intelligence & Lead Enrichment with Haystack, MongoDB
notebook = "ai_sales_research_assistant.ipynb"
new = true
topics = ["RAG", "Web-QA"]

[[cookbook]]
title = "Advanced Local RAG with ChromaDB, FastEmbed, and Ollama"
notebook = "advanced_local_rag_chroma_ollama.ipynb"
new = true
topics = ["RAG", "Advanced Retrieval", "Vector Databases"]
Loading