812 Commits

Author SHA1 Message Date
Chris Weaver
cddd86dd1c
Update README.md
Add embeds + update features / roadmap
2023-08-28 02:42:01 -07:00
Yuhong Sun
96575bf893
Remove Unused Imports and Variables (#344) 2023-08-27 17:39:41 -07:00
Weves
4469447fde Add LangChain-based LLM v0.2.0 2023-08-26 21:57:15 -07:00
Weves
20b6369eea Add ability to respond with error message in slack thread 2023-08-26 15:47:01 -07:00
Yuhong Sun
a2ec1e2cda
Vespa Deployment (#330)
Large Change!
2023-08-26 15:35:19 -07:00
Chris Weaver
642862bede
Make public credentials accessible by all admins (#337) v0.1.9 2023-08-25 17:06:38 -07:00
Weves
b27107c184 Add user management page 2023-08-25 12:25:39 -07:00
Weves
8cda11c701 Respond to slack messages with file attachments 2023-08-25 11:12:26 -07:00
Yuhong Sun
384bf1befe
Warm up models before first document indexed (#333) 2023-08-24 20:01:50 -07:00
Yuhong Sun
cb13f5b18b
Fix non-json model output processing (#332) 2023-08-24 19:43:58 -07:00
Chris Weaver
6897416fe6
Support service accounts for Google Drive connector (#325) v0.1.8 2023-08-24 14:50:05 -07:00
Chris Weaver
8976ed3bcd
Fix mypy (#331) 2023-08-24 12:23:04 -07:00
Yuhong Sun
81d2226b5f
Minor Vespa Updates (#329) 2023-08-24 09:01:15 -07:00
Yuhong Sun
8159fdcdce
Add Vespa and rework Document Indices (#317) 2023-08-24 08:46:28 -07:00
Weves
a2d3a3f116 Fix image build by pinning safetensors version 2023-08-23 22:23:45 -07:00
Weves
7836e91a20 Add extra logging in the case of null document_id 2023-08-23 18:16:19 -07:00
Chris Weaver
e307275774
Add support for multiple indexing workers (#322) 2023-08-22 18:11:31 -07:00
Weves
3ea205279f Fix bug where slack bot would tag users / everyone 2023-08-22 16:15:47 -07:00
Weves
e5352b6af8 Fix issue with Confluence errors not being ignored v0.1.7 2023-08-21 09:14:21 -07:00
Chris Weaver
9f1898c384
Add basic chain of thought PromptProcessor(#316) 2023-08-20 18:48:24 -07:00
Ikko Eltociear Ashimine
3ec602b47f
Fix typo in indexing_pipeline.py (#318)
pipline -> pipeline
2023-08-20 09:15:23 -07:00
Weves
ab905e9fe6 Include channel name in slack bot logs 2023-08-19 22:23:57 -07:00
Chris Weaver
067503bc84
Background logs to stdout (#315) 2023-08-18 19:02:32 -07:00
Chris Weaver
f541a3ee85
Continue on some connector failures (#314) 2023-08-18 17:59:33 -07:00
Weves
70d7ca5c73 Better error for missing allowed_users / allowed_groups 2023-08-18 10:21:27 -07:00
Chris Weaver
bf4b63de19
Linear connector (#312) 2023-08-17 15:17:57 -07:00
Chris Weaver
f37ac76d3c
Stop using untyped dicts to represent quotes (#310) 2023-08-17 14:53:55 -07:00
Sid Ravinutala
81a4934bb8
Google drive shared files fix + shortcuts (#300)
Also fixes foreign key constraint issue when manually wiping postgres + keeps track of accessed folders
2023-08-17 08:54:00 -07:00
Weves
11c071da33 Fix document display for docs with identical semantic IDs v0.1.6 2023-08-16 13:00:24 -07:00
Weves
0aa04ad616 Add chunk level logging when indexing 2023-08-15 18:43:46 -07:00
Weves
820f8b7b48 Add document-level logging for each batch of indexed documents 2023-08-15 18:09:39 -07:00
Weves
8fc74a4313 Fix slack pagination 2023-08-15 17:58:36 -07:00
Weves
78b49f546c Make LOG_LEVEL work for .dev docker compose deployment 2023-08-15 16:19:03 -07:00
Weves
a6e08b42e2 Improve slack connector logging 2023-08-15 16:19:03 -07:00
Yuhong Sun
c845a91eb0
Fix UI link to Zulip docs (#304) 2023-08-15 02:03:27 -07:00
Yuhong Sun
620280db92
Fix formatting according to precommit hooks (#303) 2023-08-15 01:32:09 -07:00
Yuhong Sun
b73d19f35f
Fix Azure OpenAI Docker Deployment (#302) v0.1.5 2023-08-15 01:06:23 -07:00
Chris Weaver
a905373c83
Fix typing for Zulip connector (#298) 2023-08-14 16:56:50 -07:00
Yuhong Sun
e97c1226d8
Recolor Zulip Logo (#297) 2023-08-14 15:55:11 -07:00
Michał Flak
286445f9ba
Zulip connector (#247)
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2023-08-14 15:29:34 -07:00
Yuhong Sun
848e5653a9
More permissive quote matching (#295) 2023-08-14 15:03:21 -07:00
Yuhong Sun
59db40cf36
Add Azure OpenAI parameters to background job for Slackbot (#294) 2023-08-14 14:37:02 -07:00
Matthew Holland
204d89a148
Azure OpenAI integration (#293) 2023-08-14 14:30:44 -07:00
Yuhong Sun
bb58dce1c5
Default Empty Timeout Value breaks Docker Compose (#292) 2023-08-14 10:22:31 -07:00
Weves
e0cbd087f7 Fix count of docs for connector failure 2023-08-13 17:31:55 -07:00
Yuhong Sun
be318433e3
Reset the Default GenAI model choice to OpenAI (#288) 2023-08-13 16:23:55 -07:00
Weves
67fd244e66 Make docs show up immediately rather than wait until first answer token 2023-08-13 16:11:02 -07:00
jabdoa2
a73ea23e2c
add simple local llm (#202)
A very simple local llm. Not as good as OpenAI but works as a drop-in replacement for on premise deployments.

---------

Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2023-08-13 15:54:59 -07:00
James Choncholas
758015baa5
Allow setting QA_TIMEOUT from env var (#258)
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2023-08-13 10:37:32 -07:00
Yuhong Sun
b1bd0b42e5
Add Blog Link (#286) 2023-08-12 18:29:45 -07:00