Saurab-Shrestha
91ebce47d4
Updated with routes for pdf_ocr
2024-02-15 14:32:13 +05:45
quick-karsth
a29e0f4253
Added OCRComponents
2024-02-15 11:46:06 +05:45
quick-karsth
7bba4d13eb
Added OCRComponents
2024-02-15 11:33:37 +05:45
Saurab-Shrestha
b9949204de
Updated with gpu integration
2024-02-12 17:20:54 +05:45
Saurab-Shrestha
d51b25febe
Added ldap auth
2024-02-11 16:50:24 +05:45
Saurab-Shrestha
5c92f23e6a
small update in delete
2024-02-11 11:41:15 +05:45
Saurab-Shrestha
cafc9eb8a8
Minor changes in delete filename
2024-02-11 09:15:32 +05:45
Saurab-Shrestha
85eddaf471
Added documents upload table
2024-02-09 20:37:37 +05:45
Saurab-Shrestha
2ce2b794c0
Revert "Added api for admin update user"
...
This reverts commit a4931a1a31
.
2024-02-08 15:56:00 +05:45
Saurab-Shrestha
a4931a1a31
Added api for admin update user
2024-02-08 14:27:47 +05:45
Saurab-Shrestha
5c2a025280
Bug fixes for user update
2024-02-07 17:02:52 +05:45
Saurab-Shrestha
616deec440
Bug fixes for uploading docx file
2024-02-07 17:00:34 +05:45
Saurab-Shrestha
2fe78b4b5f
Added delete schema
2024-02-06 13:28:09 +05:45
Saurab-Shrestha
0a326c1e43
Added a schema for username update
2024-02-05 17:34:38 +05:45
Saurab-Shrestha
226c1a6622
Added cors origin
2024-02-05 14:39:59 +05:45
Saurab-Shrestha
3d58a3d568
Made changes to get database args from the env
2024-02-04 12:51:01 +05:45
Saurab-Shrestha
78b5e6c6b3
Merge branch 'global-branch' of https://github.com/QuickfoxConsulting/privateGPT into global-branch
2024-02-02 19:43:43 +05:45
Saurab-Shrestha
17a7ded46b
Added api for deleting user, fixed bug in register user and refresh token
2024-02-02 19:43:22 +05:45
Nikhil Shrestha
54bff8868a
updated poetry.lock
2024-02-02 09:57:34 +05:45
Saurab-Shrestha
71999eb150
Added new routes for deleting file from the ingested files
2024-02-01 17:22:39 +05:45
Saurab-Shrestha
93b3c4f574
Merge branch 'global-branch' of https://github.com/QuickfoxConsulting/privateGPT into global-branch
2024-02-01 12:30:46 +05:45
Nikhil Shrestha
306d3c233a
Merge branch 'main' into global-branch
2024-02-01 11:53:44 +05:45
Saurab-Shrestha
79952c29e1
Added new origin
2024-01-31 12:51:52 +05:45
Saurab-Shrestha
a9d35647b6
change in cors origin
2024-01-31 07:15:11 +05:45
Saurab-Shrestha
7d0146321e
Added new poetry lock
2024-01-30 15:19:01 +05:45
Saurab-Shrestha
bca9175a59
updated poetry.lock
2024-01-30 15:16:49 +05:45
Saurab-Shrestha
2108d6d1ec
changes in gitignore
2024-01-29 07:20:04 +05:45
Saurab-Shrestha
f9e1ff6961
routes for listing file
2024-01-29 07:19:13 +05:45
Saurab-Shrestha
55565fd3a7
Added home.py file for /chat route
2024-01-25 17:37:00 +05:45
Pablo Orgaz
3e67e21d38
Add embedding mode config ( #1541 )
2024-01-25 10:55:32 +01:00
Saurab-Shrestha
bcc3f03e25
Fixed bug with subscriptions
2024-01-21 14:47:26 +05:45
Saurab-Shrestha
0b79c23f68
Added routes for creating users through admin
2024-01-21 12:02:36 +05:45
Saurab-Shrestha
8b396ac6fb
Added subscriptions module and registering users with email
2024-01-18 16:36:59 +05:45
Naveen Kannan
869233f0e4
fix: Adding an LLM param to fix broken generator from llamacpp ( #1519 )
2024-01-17 18:10:45 +01:00
Saurab-Shrestha
4c5fed7ea4
Added subscription module
2024-01-17 17:56:24 +05:45
CognitiveTech
e326126d0d
feat: add mistral + chatml prompts ( #1426 )
2024-01-16 22:51:14 +01:00
Robert Gay
6191bcdbd6
fix: minor bug in chat stream output - python error being serialized ( #1449 )
2024-01-16 16:41:20 +01:00
Saurab-Shrestha
c66feb4187
Added change password
2024-01-14 15:19:44 +05:45
Saurab-Shrestha
e5edaadf24
Solved minor bug issues regarding authentication
2024-01-14 11:44:26 +05:45
Saurab-Shrestha
b67b66cd44
Added users model for authentication with roles and user roles
2024-01-11 17:48:35 +05:45
Iván Martínez
d3acd85fe3
fix(tests): load the test settings only when running tests
...
Previous implementation causes false positives with the last version of LlamaIndex
2024-01-09 12:03:16 +01:00
Guido Schulz
0a89d76cc5
fix(docs): Update quickstart doc and set version in pyproject.toml to 0.2.0
2023-12-26 13:09:31 +01:00
Matthew Hill
2d27a9f956
feat(llm): Add openailike llm mode ( #1447 )
...
This mode behaves the same as the openai mode, except that it allows setting custom models not
supported by OpenAI. It can be used with any tool that serves models from an OpenAI compatible API.
Implements #1424
2023-12-26 10:26:08 +01:00
imartinez
fee9f08ef3
Move back to 3900 for the context window to avoid melting local machines
2023-12-22 18:21:43 +01:00
Iván Martínez
fde2b942bc
fix(deploy): fix local and external dockerfiles
2023-12-22 14:16:46 +01:00
Iván Martínez
4c69c458ab
Improve ingest logs ( #1438 )
2023-12-21 17:13:46 +01:00
Iván Martínez
4780540870
feat(settings): Configurable context_window and tokenizer ( #1437 )
2023-12-21 14:49:35 +01:00
Iván Martínez
6eeb95ec7f
feat(API): Ingest plain text ( #1417 )
...
* Add ingest/text route to ingest plain text
* Add new ingest text test and adapt ingest/file ones
* Include new API in docs
* Remove duplicated logic
2023-12-18 21:47:05 +01:00
Pablo Orgaz
059f35840a
fix(docker): docker broken copy ( #1419 )
2023-12-18 16:55:18 +01:00
Iván Martínez
8ec7cf49f4
feat(settings): Update default model to TheBloke/Mistral-7B-Instruct-v0.2-GGUF ( #1415 )
...
* Update LlamaCPP dependency
* Default to TheBloke/Mistral-7B-Instruct-v0.2-GGUF
* Fix API docs
2023-12-17 16:11:08 +01:00