Commit Graph
353 Commits
Author SHA1 Message Date
Alex 7eaa32d85f remove gunicorn from final 2024-05-02 14:43:09 +01:00
Alex ab40d2c37a remove pip from final container 2024-05-01 14:11:16 +01:00
Alex 784206b39b chore: Update Dockerfile to use Ubuntu mantic as base image and upgrade gunicorn to version 22.0.0 2024-05-01 13:19:16 +01:00
AlexandGitHub 7c8264e221 Merge pull request #929 from TomasMatarazzo/issue-button-to-clean-chat-history
Issue button to clean chat history
2024-05-01 10:54:34 +01:00
TomasMatarazzo 9804965a20 style in button and user in back route delete all conv 2024-04-25 23:43:45 -03:00
TomasMatarazzo 6f9ddeaed0 Button to clean chat history 2024-04-17 19:51:29 -03:00
Siddhant Rai af5e73c8cb fix: user_api_key capturing 2024-04-16 15:31:11 +05:30
Siddhant Rai 333b6e60e1 fix: anthropic llm positional arguments 2024-04-16 10:02:04 +05:30
Siddhant Rai 1b61337b75 fix: skip logging to db during tests 2024-04-16 01:08:39 +05:30
Siddhant Rai 77991896b4 fix: api_key capturing + pytest errors 2024-04-15 22:32:24 +05:30
Siddhant Rai 60a670ce29 fix: changes to llm classes according to base 2024-04-15 19:47:24 +05:30
Siddhant Rai c1c69ed22b fix: pytest issues 2024-04-15 19:35:59 +05:30
Siddhant Rai d71c74c6fb Merge branch 'feature' of https://github.com/siiddhantt/DocsGPT into feature 2024-04-15 18:57:46 +05:30
Siddhant Rai 590aa8b43f update: apply decorator to abstract classes 2024-04-15 18:57:28 +05:30
Siddhant RaiandGitHub 607e0166f6 Merge branch 'arc53:main' into feature 2024-04-15 18:55:09 +05:30
AlexandGitHub 130c83ee92 Merge pull request #911 from arc53/dependabot/pip/application/pymongo-4.6.3
Bump pymongo from 4.6.1 to 4.6.3 in /application
2024-04-15 12:57:22 +01:00
Siddhant Rai 9146827590 fix: removed unused import 2024-04-15 15:14:17 +05:30
Siddhant Rai ba796b6be1 feat: logging token usage to database 2024-04-15 15:03:00 +05:30
AlexandGitHub a37b92223a Merge pull request #915 from arc53/feat/retrievers-class
Update application files and fix LLM models, create new retriever class
2024-04-09 22:09:11 +01:00
AlexandGitHub 7d2b8cb4fc Merge pull request #917 from arc53/multiple-uploads
Multiple file upload
2024-04-09 18:13:52 +01:00
Alex 8d7a134cb4 lint: ruff 2024-04-09 17:25:08 +01:00
Alex e03e185d30 Add Brave Search retriever and update application files 2024-04-09 17:11:09 +01:00
Pavel 7a02df5588 Multiple uploads 2024-04-09 19:56:07 +04:00
Alex 19494685ba Update application files, fix LLM models, and create new retriever class 2024-04-09 16:38:42 +01:00
Alex 1e26943c3e Update application files, fix LLM models, and create new retriever class 2024-04-09 15:45:24 +01:00
dependabot[bot]andGitHub 83fa850142 Bump pymongo from 4.6.1 to 4.6.3 in /application
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.3.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.6.1...4.6.3)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 14:22:15 +00:00
Siddhant Rai 59b6a83d7d fix: issue #884 2024-04-09 19:08:59 +05:30
Alex 391f686173 Update application files and fix LLM models, create new retriever class 2024-04-09 14:02:33 +01:00
Alex e07df29ab9 Update FLASK_DEBUG_MODE setting to use value from settings module 2024-04-08 13:27:43 +01:00
Alex abf24fe60f Update FLASK_DEBUG_MODE setting to use value from settings module 2024-04-08 13:15:58 +01:00
Alex 6911f8652a Fix vectorstore path in check_docs function 2024-04-08 13:06:05 +01:00
Alex d36f58230a advisory-fix 2024-04-08 12:56:27 +01:00
AlexandGitHub 87585be687 Merge branch 'main' into feature/api-key-create 2024-04-05 13:01:42 +01:00
Alex 879905edf6 Refactor create_api_key function to include prompt_id and chunks in routes.py 2024-04-04 12:38:23 +01:00
sarfaraz siddiqui afecae3786 added feature #887 2024-03-31 03:50:11 +05:30
AlexandGitHub 794fc05ada Merge branch 'main' into feature/api-key-create 2024-03-29 19:59:45 +00:00
Alex 97fabf51b8 Refactor conversationSlice.ts and conversationApi.ts 2024-03-28 13:43:10 +00:00
Siddhant Rai e01071426f feat: field to pass number of posts as a parameter 2024-03-27 19:20:55 +05:30
Siddhant Rai eed1bfbe50 feat: fields to handle reddit loader + minor changes 2024-03-26 16:07:44 +05:30
Siddhant RaiandGitHub 0c3970a266 Merge branch 'arc53:main' into main 2024-03-26 16:07:25 +05:30
Alex ed08123550 Add support for setting the number of chunks processed per query 2024-03-22 14:50:56 +00:00
Anton Larin 577556678c Fix model selection at least for openAI LLM_NAME 2024-03-21 10:14:48 +01:00
Siddhant Rai 60cfea1126 feat: added reddit loader 2024-03-16 20:22:05 +05:30
AlexandGitHub 9ce6078c8b Merge pull request #863 from Anush008/main
feat: Qdrant vectorstore support
2024-03-04 12:41:11 +00:00
AlexandGitHub 5ee6605703 Merge pull request #835 from arc53/feature/remote-loads
Feature/remote loads
2024-03-01 15:42:42 +00:00
Alex 7ef97cfd81 fix abort 2024-03-01 15:42:22 +00:00
AlexandGitHub 4a701cb993 Merge branch 'main' into feature/remote-loads 2024-03-01 14:38:27 +00:00
Anush008 00dfb07b15 chore: revert to faiss default 2024-02-29 09:48:38 +05:30
Pavel 54d187a0ad Fixing ingestion metadata grouping 2024-02-28 19:52:58 +03:00
Anush008 75c0cadb50 feat: Qdrant vector store 2024-02-28 11:49:15 +05:30