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
Weves
8dbe5cbaa6
Add private Persona / Document Set migration
2024-03-21 19:57:51 -07:00
Yuhong Sun
d66b6c0559
Fix Tag Document Source Enum ( #1240 )
v0.3.47
2024-03-21 12:27:56 -07:00
Weves
6a776648b3
Fix LLM max tokens
2024-03-19 18:02:28 -07:00
Yuhong Sun
3a6d32da7c
Port KV Store to Postgres ( #1227 )
2024-03-19 16:21:22 -07:00
Yuhong Sun
fab2be510a
Update README ( #1226 )
2024-03-19 00:22:40 -07:00
Weves
04ae8b1bf9
Increase SQLAlchemy pool size
2024-03-18 12:19:49 -07:00
Weves
4b9c4667f6
Increase connection pool size
2024-03-18 12:19:49 -07:00
Weves
8e89d00e32
Improve Confluence rate limit handling
v0.3.46
2024-03-14 19:33:16 -07:00
Yuhong Sun
f45e2476d0
Sharepoint Logging ( #1218 )
v0.3.45
2024-03-14 18:35:31 -07:00
Yuhong Sun
4036e7c6c6
Remove DocumentSource Enum from postgres ( #1217 )
2024-03-14 18:19:40 -07:00
Kevin Shi
2a8e53c94f
Skip draft zendesk articles
v0.3.44
2024-03-11 12:00:18 -07:00
Yuhong Sun
90a6e23546
Jira Version Option ( #1205 )
2024-03-10 12:30:47 -07:00
teocns
19c7ebdc26
connector: ensure absolute URL integrity ( #1196 )
2024-03-10 01:04:05 -08:00
George
f292ede85a
Jira connector improvements ( #1199 )
...
* Jira connector:
- Add feature exclude comments from particular users
- Add feature common and custom fields to jira tasks
Fix bug on web in ConfigDisplay.tsx
* Mypy fixes
* move to metadata field
* k
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-03-10 01:00:19 -08:00
Riccardo Schirone
0442513539
backend: remove duplicated word in ANSWER_VALIDITY_PROMPT
2024-03-09 16:14:39 -08:00
Yuhong Sun
db77d8d7cc
File connector metadata ( #1203 )
2024-03-09 16:13:37 -08:00
Dan Brown
fd5294ed82
Fix broken link when specified in metadata ( #1200 )
2024-03-09 12:49:15 -08:00
Weves
e752e6d671
Fix bug with persona creation caused by starter messages
v0.3.43
2024-03-08 00:57:14 -08:00
Yuhong Sun
3f1cd1ad12
Better description of the document index interfaces ( #1188 )
2024-03-06 00:07:12 -08:00
Chris Weaver
2ace03081c
More fetch_versioned_implementation logging ( #1187 )
...
---------
Co-authored-by: Kevin Shi <kevinshisvf@gmail.com>
2024-03-05 09:46:02 -08:00
Weves
40c420f845
Fix disapearing chat sessions
2024-03-04 21:05:55 -08:00
Weves
7869f23e12
Improve slack flow
2024-03-04 19:22:46 -08:00
Kevin Shi
0b0665044f
@lru_cache on fetch_versioned_implementation ( #1178 )
2024-03-04 14:50:51 -08:00