Commit Graph

1836 Commits

Author SHA1 Message Date
Stan Girard
ea5883ddb9 feat(url): added html loader instead of text 2023-05-16 09:56:12 +02:00
Thibaut-Padok
971aa083a5 feat(files.py): curlwebpage and add it to db 2023-05-16 01:02:52 +02:00
Stan Girard
3e3fd7cb72
Merge pull request #23 from Shaunwei/star-history 2023-05-16 00:07:20 +02:00
shaun
b821a3eb98
Add star history 2023-05-15 14:55:06 -07:00
Stan Girard
5e5d11619b
Update README.md 2023-05-15 09:28:25 +02:00
Stan Girard
f14539bf40 doc(readme): added demo 100k context 2023-05-15 09:24:25 +02:00
Stan Girard
35690ef656
Merge pull request #18 from Shaunwei/support-anthropic-100k
Update Readme and add token counts
2023-05-15 09:22:52 +02:00
shaun
ee38a44bdd Update Readme and add token counts
Update readme for anthropic
2023-05-14 22:10:29 -07:00
Stan Girard
52cd51d71a feat(quivr): renamed 2023-05-14 21:46:31 +02:00
Stan Girard
580c170901 feat(quivr): rebranding 2023-05-14 21:32:01 +02:00
Stan Girard
ca16f936a3 feat(quivr): changed name 2023-05-14 21:24:54 +02:00
Stan Girard
3e0ae9b8b4 feat(website): first iteration 2023-05-14 21:12:30 +02:00
Stan Girard
218d684cd8
Merge pull request #15 from Shaunwei/support-anthropic-100k
Support for Anthropics Models
2023-05-14 12:40:53 +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
10416df3a3 Merge branch 'support-anthropic-100k' of https://github.com/Shaunwei/quiver into support-anthropic-100k 2023-05-14 01:30:17 -07: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
shaun
b8fc269446
Delete diff.txt 2023-05-14 01:28:55 -07:00
shaun
92ac5e8dfc 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:22:49 -07:00
Stan Girard
adbb41eb40
Update README.md 2023-05-13 19:56:54 +02:00
Stan Girard
35033bb0f9 feat(license): added 2023-05-13 18:12:35 +02:00
Stan Girard
949bc6b301
Merge pull request #4 from Klaudioz/main
Add toml file example
2023-05-13 17:33:26 +02:00
Claudio Canales
1e56f56116 Add gitignore 2023-05-13 09:30:01 -06:00
Claudio Canales
3204332b90 Add toml file example 2023-05-13 09:28:09 -06:00
Stan Girard
f6e05975c3 fix(requirements): fixed the issue 2023-05-13 16:37:18 +02:00
Stan Girard
9ed70a2499 feat(readme): updated 2023-05-13 02:27:12 +02:00
Stan Girard
869ae36190 feat(demo): added 2023-05-13 02:16:41 +02:00
Stan Girard
0d2bbc5539 feat(public): release source code 2023-05-13 02:13:56 +02:00
Stan Girard
b944d19a28 feat(readme): first iteration 2023-05-13 02:02:45 +02: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
badb27bf19 feat(metadata): updated metadata 2023-05-13 00:39:40 +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