feat(app): add jina reader
This commit is contained in:
parent
4c73caadf6
commit
dd2f4effca
3 changed files with 83 additions and 10 deletions
|
|
@ -23,4 +23,7 @@ API_URL = ""
|
|||
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
|
||||
|
||||
[API_ENDPOINTS]
|
||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||
|
||||
[API_KEYS]
|
||||
JINA = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue