Yuhong Sun
|
56406a0b53
|
Bump Vespa to 8.277.17 (#851)
|
2023-12-21 17:23:27 -08:00 |
|
sam lockart
|
eb31c08461
|
Update Vespa to 8.267.29 (#812)
|
2023-12-21 17:18:16 -08:00 |
|
Weves
|
26f94c9890
|
Improve re-sizing
|
2023-12-21 10:03:03 -08:00 |
|
Weves
|
a9570e01e2
|
Make document sidebar scrollbar darker
|
2023-12-21 10:03:03 -08:00 |
|
Weves
|
402d83e167
|
Make it so docs without links aren't clickable in chat citations
|
2023-12-21 10:03:03 -08:00 |
|
Ikko Eltociear Ashimine
|
10dcd49fc8
|
Update CONTRIBUTING.md
Nagivate -> Navigate
|
2023-12-21 09:10:52 -08:00 |
|
Yuhong Sun
|
0fdad0e777
|
Update Demo Video
|
2023-12-20 19:05:23 -08:00 |
|
Weves
|
fab767d794
|
Fix persona document sets
v0.3.5
|
2023-12-20 15:24:32 -08:00 |
|
Weves
|
7dd70ca4c0
|
Change danswer header link in chat page
|
2023-12-20 11:38:33 -08:00 |
|
Weves
|
370760eeee
|
Fix editing deleted personas, editing personas with no prompts, and model selection
|
2023-12-19 14:42:13 -08:00 |
|
Weves
|
24a62cb33d
|
Fix persona + prompt apis
|
2023-12-19 10:23:06 -08:00 |
|
Weves
|
9e4a4ddf39
|
Update search helper styling
|
2023-12-19 07:08:11 -08:00 |
|
Yuhong Sun
|
c281859509
|
Google Drive handle invalid PDFs (#838)
v0.3.4
|
2023-12-18 23:39:45 -08:00 |
|
Yuhong Sun
|
2180a40bd3
|
Disable Chain of Thought for now (#837)
v0.3.3
|
2023-12-18 21:44:47 -08:00 |
|
Weves
|
997f9c3191
|
Fix ccPair pages crashing
v0.3.2
|
2023-12-17 23:28:26 -08:00 |
|
Weves
|
677c32ea79
|
Fix issue where a message that errors out creates a bad state
|
2023-12-17 23:28:26 -08:00 |
|
Yuhong Sun
|
edfc849652
|
Search more frequently (#834)
|
2023-12-17 22:45:46 -08:00 |
|
Yuhong Sun
|
9d296b623b
|
Shield Update (#833)
|
2023-12-17 22:17:44 -08:00 |
|
Yuhong Sun
|
5957b888a5
|
DanswerBot Chat (#831)
v0.3.1
|
2023-12-17 18:18:48 -08:00 |
|
Chris Weaver
|
c7a91b1819
|
Allow re-sizing of document sidebar + make central chat smaller on small screens (#832)
|
2023-12-17 18:17:43 -08:00 |
|
Weves
|
a099f8e296
|
Rework header a bit + remove assumption of all personas having a prompt
v0.3.0
|
2023-12-14 23:06:39 -08:00 |
|
Weves
|
16c8969028
|
Chat UI
|
2023-12-14 22:18:42 -08:00 |
|
Yuhong Sun
|
65fde8f1b3
|
Chat Backend (#801)
|
2023-12-14 22:14:37 -08:00 |
|
Yuhong Sun
|
229db47e5d
|
Update LLM Key Check Logic (#825)
|
2023-12-09 13:41:31 -08:00 |
|
Weves
|
2e3397feb0
|
Check for slack bot token changes every 60 seconds
|
2023-12-08 14:14:22 -08:00 |
|
Weves
|
d5658ce477
|
Persona enhancements
|
2023-12-07 14:29:37 -08:00 |
|
Weves
|
ddf3f99da4
|
Add support for global API prefix env variable
v0.2.79
|
2023-12-07 12:42:17 -08:00 |
|
Weves
|
56785e6065
|
Add model choice to Persona
|
2023-12-07 00:20:42 -08:00 |
|
Weves
|
26e808d2a1
|
Fix welcome modal
|
2023-12-06 21:07:34 -08:00 |
|
Yuhong Sun
|
e3ac373f05
|
Make Default Fast LLM not identical to main LLM (#818)
|
2023-12-06 16:14:04 -08:00 |
|
Yuhong Sun
|
9e9a578921
|
Option to speed up DanswerBot by turning off chain of thought (#816)
v0.2.78
|
2023-12-05 00:43:45 -08:00 |
|
Weves
|
f7172612e1
|
Allow persona usage for Slack bots
|
2023-12-04 19:20:03 -08:00 |
|
Yuhong Sun
|
5aa2de7a40
|
Fix Weak Models Concurrency Issue (#811)
|
2023-12-04 15:40:10 -08:00 |
|
Yuhong Sun
|
e0b87d9d4e
|
Fix Weak Model Prompt (#810)
|
2023-12-04 15:02:08 -08:00 |
|
Weves
|
5607fdcddd
|
Make Slack Bot setup UI more similar to Persona setup
|
2023-12-03 23:36:54 -08:00 |
|
Yuhong Sun
|
651de071f7
|
Improve English rephrasing for multilingual use case (#808)
|
2023-12-03 14:34:12 -08:00 |
|
John Bergvall
|
5629ca7d96
|
Copy SearchQuery model with updated attribute due to Config.frozen=True (#806)
Fixes the following TypeError:
api_server_1 | File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 33, in run_sync
api_server_1 | return await get_asynclib().run_sync_in_worker_thread(
api_server_1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api_server_1 | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
api_server_1 | return await future
api_server_1 | ^^^^^^^^^^^^
api_server_1 | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 807, in run
api_server_1 | result = context.run(func, *args)
api_server_1 | ^^^^^^^^^^^^^^^^^^^^^^^^
api_server_1 | File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 53, in _next
api_server_1 | return next(iterator)
api_server_1 | ^^^^^^^^^^^^^^
api_server_1 | File "/app/danswer/utils/timing.py", line 47, in wrapped_func
api_server_1 | value = next(gen)
api_server_1 | ^^^^^^^^^
api_server_1 | File "/app/danswer/direct_qa/answer_question.py", line 243, in answer_qa_query_stream
api_server_1 | top_chunks = cast(list[InferenceChunk], next(search_generator))
api_server_1 | ^^^^^^^^^^^^^^^^^^^^^^
api_server_1 | File "/app/danswer/search/search_runner.py", line 469, in full_chunk_search_generator
api_server_1 | retrieved_chunks = retrieve_chunks(
api_server_1 | ^^^^^^^^^^^^^^^^
api_server_1 | File "/app/danswer/search/search_runner.py", line 353, in retrieve_chunks
api_server_1 | q_copy.query = rephrase
api_server_1 | ^^^^^^^^^^^^
api_server_1 | File "pydantic/main.py", line 359, in pydantic.main.BaseModel.__setattr__
api_server_1 | TypeError: "SearchQuery" is immutable and does not support item assignment
|
2023-12-03 13:47:11 -08:00 |
|
Yuhong Sun
|
bc403d97f2
|
Organize Prompts for Chat implementation (#807)
|
2023-12-03 13:27:11 -08:00 |
|
Weves
|
292c78b193
|
Always pull latest data when visiting main search page
|
2023-12-03 03:25:13 -08:00 |
|
Weves
|
ac35719038
|
FE improvements to make initial setup more intuitive
|
2023-12-02 16:40:44 -08:00 |
|
Yuhong Sun
|
02095e9281
|
Restructure APIs (#803)
|
2023-12-02 14:48:08 -08:00 |
|
Yuhong Sun
|
8954a04602
|
Reorder Tables for cleaner extending (#800)
|
2023-12-01 17:46:13 -08:00 |
|
Yuhong Sun
|
8020db9e9a
|
Update connector interface with optional Owners information (#798)
|
2023-11-30 23:08:16 -08:00 |
|
Yuhong Sun
|
17c2f06338
|
Add more metadata options for File connector (#797)
v0.2.77
|
2023-11-30 13:24:22 -08:00 |
|
Weves
|
9cff294a71
|
Increase retries for google drive connector
|
2023-11-30 03:03:26 -08:00 |
|
Weves
|
e983aaeca7
|
Add more logging on existing jobs
|
2023-11-30 02:58:37 -08:00 |
|
Weves
|
7ea774f35b
|
Change in-progress status color
|
2023-11-29 20:57:45 -08:00 |
|
Weves
|
d1846823ba
|
Associate a user with web/file connectors
|
2023-11-29 18:18:56 -08:00 |
|
Yuhong Sun
|
fda89ac810
|
Expert Recommendation Heuristic Only (#791)
|
2023-11-29 15:53:57 -08:00 |
|
Yuhong Sun
|
006fd4c438
|
Ingestion API now always updates regardless of document updated_at (#786)
v0.2.76
|
2023-11-29 02:08:50 -08:00 |
|