Commit Graph

17 Commits

Author SHA1 Message Date
Evan Carlson
6d1f22a420
add support to uploading zip file (#62) 2023-05-19 23:13:46 +02:00
Stan Girard
c3223595cd doc(demo): made it more visual 2023-05-17 12:53:36 +02:00
Stan Girard
226c7aabdc doc(demo): add number of tokens max 2023-05-17 12:22:11 +02:00
Stan Girard
c41fe32cf0 feat(demo): app can now have a demo 2023-05-17 12:12:52 +02:00
Stan Girard
adfb2c75cb feat(explorer): beta 2023-05-16 17:04:45 +02:00
Stan Girard
766a13ed9b feat(url): moved to own file 2023-05-16 10:17:57 +02:00
Thibaut-Padok
971aa083a5 feat(files.py): curlwebpage and add it to db 2023-05-16 01:02:52 +02:00
Stan Girard
52cd51d71a feat(quivr): renamed 2023-05-14 21:46:31 +02:00
Stan Girard
b64fab44e5
Merge branch 'main' into support-anthropic-100k 2023-05-14 12:40:37 +02:00
Stan Girard
cf7d221d87 feat(quiver): changed name 2023-05-14 12:30:08 +02:00
shaun
e08995835a Support for Anthropics Models
This update enhances the "Second Brain" application by adding support for Anthropics AI models. Users can now use not only OpenAI's GPT-3/4, but also Anthropics' Claude models to store and query their knowledge.

Key changes include:

Added an anthropic_api_key field in the secrets configuration file. Introduced a selection for different AI models including GPT-3, GPT-4, and various versions of Claude. Updated question handling to be model-agnostic, and added support for Anthropics' Claude models in the question processing workflow. Modified the streamlit interface to allow users to input their choice of model, control the "temperature" of the model's responses, and set the max tokens limit. Upgraded requirements.txt file with the latest version of the Anthropics library. This update empowers users to leverage different AI models based on their needs, providing a more flexible and robust tool for knowledge management.
2023-05-14 01:30:03 -07:00
Stan Girard
7656450ddf feat(forget): now able to forget things 2023-05-13 01:30:00 +02:00
Stan Girard
8f3d59e955 feat(metadata): added file size 2023-05-13 01:12:51 +02:00
Stan Girard
bc7e84b1f9 feat(pdf): added pdf loader 2023-05-13 00:25:12 +02:00
Stan Girard
5d66cd5223 feat(visual): moved things around 2023-05-12 23:58:19 +02:00
Stan Girard
4174f0693a feat(refacto): removed duplicate lines 2023-05-12 23:22:21 +02:00
Stan Girard
921d7e2502 feat(init): init repository 2023-05-12 23:05:31 +02:00