auto-git:
[change] README.md [change] concept_api.py [change] requirements.txt [change] websearch.py [unlink] concept-maker_gui.py [unlink] run.sh
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Prior-art web search utilities for the Idea → Concept GUI.
|
||||
Prior-art web search utilities for the Concept Maker backend.
|
||||
|
||||
Design goals
|
||||
- Pure stdlib networking (urllib) to avoid new dependencies.
|
||||
- Works with a local SearXNG instance.
|
||||
- Uses Ollama for both query generation and embeddings.
|
||||
- Small, robust, and callable from the GUI with status callbacks.
|
||||
- Small, robust, and callable from the Python backend.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
Reference in New Issue
Block a user