Skip to content

Commit 3eaeaa8

Browse files
author
Afiz
committed
feat: add Haystack agent workspace with RAG and web search capabilities
1 parent 82f1f00 commit 3eaeaa8

4 files changed

Lines changed: 1961 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
## AI Apps
1313
- [`Mini ChatGPT` with `GitHub Models` and `Azure AI`](ai-apps/mini-chatgpt/)
14+
- [`Agentic RAG with HayStack`](agents/haystack/agentic_rag.ipynb)
1415

1516
## Image Processing in Python
1617
- [`Edge Detection`](image-processing/edge_detection.ipynb)

agents/haystack/agentic_rag.ipynb

Lines changed: 409 additions & 0 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "python-notes"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.14"
7+
dependencies = [
8+
"gradio>=6.12.0",
9+
"haystack-ai>=2.27.0",
10+
"ipykernel>=7.2.0",
11+
"pip>=26.0.1",
12+
]

0 commit comments

Comments
 (0)