Weves
dac4be62e0
Fix prod compose files
v0.3.59
2024-04-08 16:01:56 -07:00
Yuhong Sun
b432d42205
Mypy Fix ( #1308 )
v0.3.58
2024-04-08 00:52:14 -07:00
Yuhong Sun
2db906b7a2
Always Use Model Server ( #1306 )
v0.3.57
2024-04-07 21:25:06 -07:00
Chris Weaver
795243283d
Update README.md
...
Remove 'Danswer is the ChatGPT for teams'
2024-04-07 14:30:26 -07:00
Weves
eb367de44d
Small token budget tweaks
2024-04-04 20:58:45 -07:00
Chris Weaver
447791b455
Token budgets ( #1302 )
...
---------
Co-authored-by: Nick Donohue <ndonohue@gmail.com>
2024-04-04 20:43:24 -07:00
Weves
7ba7224929
Allow seeding of chat sessions via POST
2024-04-04 12:59:39 -07:00
Yuhong Sun
33da86c802
Reranker Warning Log ( #1299 )
v0.3.56
2024-04-04 06:59:48 -07:00
Yuhong Sun
58dc620c28
Add Check for Enabling Reranking ( #1298 )
2024-04-04 06:29:00 -07:00
Yuhong Sun
7298cc2835
Add verbose logging in case of query failure ( #1297 )
v0.3.55
2024-04-04 05:30:23 -07:00
Yuhong Sun
4abf5f27a0
Axero Forums Support ( #1287 )
2024-04-04 03:51:10 -07:00
Weves
c7efce3bde
Enable bedrock nodels in dev compose file
2024-04-03 23:21:10 -07:00
ThomaciousD
d329061f92
Fixed: Web connector - documents deleted when no internet #1161 ( #1292 )
...
* fixing check connection before scrape in web connector #1161
* reformat
---------
Co-authored-by: ThomaciousD <ThomaciousD@me>
2024-04-02 23:17:53 -07:00
Weves
b06b95dc3a
Bump litellm version to support latest Anthropic models
2024-04-02 19:32:19 -07:00
Yuhong Sun
b0e0557d63
Update Contributing ( #1288 )
2024-04-01 22:41:40 -07:00
Weves
87019fc18e
Notion 404 graceful error handling
2024-04-01 17:37:35 -07:00
Weves
e82061a5ec
Add support for specifying title via search params
2024-04-01 11:25:57 -07:00
Weves
0b0fc785a1
Fix fetch settings SS
2024-03-31 23:51:11 -07:00
Yuhong Sun
5b8cdd4eee
Gpt-3.5-0125 Option ( #1282 )
v0.3.54
2024-03-31 21:58:00 -07:00
Weves
a4869b727d
Add ability to control available pages
2024-03-31 21:49:34 -07:00
Yuhong Sun
15f7b42e2b
More Options for Search APIs ( #1280 )
2024-03-31 21:45:46 -07:00
Weves
32f55ddb8f
URL-based chat seeding
2024-03-31 18:10:49 -07:00
Yuhong Sun
b8af1377ba
Trivy Ignore Path ( #1278 )
v0.3.53
2024-03-31 16:22:48 -07:00
Yuhong Sun
29f251660b
Trivi Security Scan ( #1277 )
v0.3.52
2024-03-31 15:32:22 -07:00
Yuhong Sun
783696a671
Axero Spaces ( #1276 )
2024-03-31 14:45:20 -07:00
Yuhong Sun
22477b1aca
Chunker Gmail Issue Logging ( #1274 )
v0.3.51
2024-03-30 00:18:57 -07:00
Weves
49acde0a8f
URL-based chat sharing
2024-03-29 00:51:17 -07:00
Yuhong Sun
055cab2944
Public Slack Feedback Option ( #1270 )
2024-03-28 18:21:28 -07:00
Yuhong Sun
f46e65be92
Save One Shot Docs ( #1269 )
v0.3.50
2024-03-28 12:48:01 -07:00
Yuhong Sun
d46b475410
Make porting from persistent volumes optional ( #1268 )
2024-03-28 11:26:11 -07:00
Yuhong Sun
fd69203be8
More accurate input token count for LLM ( #1267 )
2024-03-28 11:11:37 -07:00
Yuhong Sun
9757fbee90
Axero Connector ( #1253 )
...
---------
Co-authored-by: Weves <chrisweaver101@gmail.com>
2024-03-27 11:12:01 -07:00
Weves
5a967322fd
Add ability to specify custom embedding models
2024-03-27 00:02:51 -07:00
Yuhong Sun
fbff5b5784
Save Retrieved Docs for One Shot Flows ( #1259 )
2024-03-26 22:48:40 -07:00
Weves
efc7d6e098
Add support for Github Flavored Markdown
v0.3.49
2024-03-26 11:15:06 -07:00
Weves
f135ba9c0c
Rework LLM answering flow
2024-03-25 13:34:03 -07:00
Weves
1ba74ee4df
Refactor search pipeline
2024-03-25 13:34:03 -07:00
Yuhong Sun
7a861ecec4
Session Dependency for Chat Streaming ( #1256 )
2024-03-24 19:40:06 -07:00
Johannes Vass
3107edc921
Do not obtain DB session via Depends() ( #1238 )
...
Endpoints that use Depends(get_session) with a StreamingResponse have
the problem that Depends() releases the session again after the endpoint
function returns. At that point, the streaming response is not
finished yet but still holds a reference to the session and uses it.
However, there is no cleanup of the session after the answer stream
finishes which leads to the connections accumulating in state "idle in
transaction".
This was due to a breaking change in FastAPI 0.106.0
https://fastapi.tiangolo.com/release-notes/#01060
Co-authored-by: Johannes Vass <johannes.vass@cloudflight.io>
2024-03-24 19:31:07 -07:00
Yuhong Sun
49263ed146
Linting ( #1255 )
2024-03-24 19:07:57 -07:00
Matthew Holland
bd1df9649b
Added check for internet connection ( #1214 )
2024-03-24 19:04:40 -07:00
Yuhong Sun
d3674b02e6
Add Llama2 Prompt Option ( #1254 )
2024-03-24 19:01:38 -07:00
Arslan
b28b3cfa37
Making searching docs as a default option ( #904 )
2024-03-24 18:54:38 -07:00
Arnaud Ritti
12e8fd852c
feat: add Helm chart ( #1186 )
2024-03-24 18:37:27 -07:00
Weves
b8f767adf2
Fix persona client side error
2024-03-23 14:58:01 -07:00
Arthur De Kimpe
920d059da5
Bugfix: Support more Confluence Cloud hostname (*.jira.com) ( #1244 )
2024-03-23 14:04:26 -07:00
Yuhong Sun
aaa7b26a4d
Remove All Enums from Postgres ( #1247 )
v0.3.48
2024-03-22 23:01:05 -07:00
Weves
89e72783a7
Add some private Persona / Document Set stuff
2024-03-22 21:44:31 -07:00
Weves
ec48142a2d
Move some of the user re-work stuff to MIT repo
2024-03-22 16:29:24 -07:00
Yuhong Sun
c28a95e367
Port File Store from Volume to PG ( #1241 )
2024-03-21 20:10:08 -07:00