open-notebook/frontend/src/lib/api
LUIS NOVO 3001537aa7 fix: increase timeout for Ollama and local LLM operations
Users with Ollama reported timeout errors on notebook chat while the
backend was still processing. The answer would appear after refresh.

- Frontend axios timeout: 5 min → 10 min
- Backend chat service timeout: 2 min → 10 min

Local LLMs can take several minutes for complex questions with large
contexts, especially on slower hardware.
2025-12-14 11:31:03 -03:00
..
chat.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
client.ts fix: increase timeout for Ollama and local LLM operations 2025-12-14 11:31:03 -03:00
embedding.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
insights.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
models.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
notebooks.ts feat: add ability to link existing sources to notebooks (OSS-311) (#177) 2025-10-19 17:52:14 -03:00
notes.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
podcasts.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
query-client.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
search.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
settings.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
source-chat.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
sources.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
transformations.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00