YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SearchAgent
Archived learning project. Built to understand the "Search" layer of Search + RAG pipelines.
What it taught
- How search engines return structured results (title, URL, snippet)
- How to pass search results as context into an LLM prompt
- Difference between raw HTML and structured search results
Components
search.pyโ DuckDuckGo search viaddgs, returns{title, url, snippet}llm.pyโ passes search results as LLM contexttemplates/+static/โ minimal web UI
Run
pip install ddgs
python search.py
Note
This project is archived. The requirements.txt lists packages (fastapi, openai, tavily) that
were explored but are not used in the current code. Only ddgs is required.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support