Commit Graph

375 Commits (0b09c00b50edc437b4011d5c058418a97394eef8)

Author SHA1 Message Date
Alex e07df29ab9 Update FLASK_DEBUG_MODE setting to use value from settings module 5 months ago
Alex abf24fe60f Update FLASK_DEBUG_MODE setting to use value from settings module 5 months ago
Alex 6911f8652a Fix vectorstore path in check_docs function 5 months ago
Alex d36f58230a advisory-fix 5 months ago
Alex 87585be687
Merge branch 'main' into feature/api-key-create 5 months ago
Alex 879905edf6 Refactor create_api_key function to include prompt_id and chunks in routes.py 5 months ago
sarfaraz siddiqui afecae3786 added feature #887 5 months ago
Alex 794fc05ada
Merge branch 'main' into feature/api-key-create 5 months ago
Alex 97fabf51b8 Refactor conversationSlice.ts and conversationApi.ts 5 months ago
Siddhant Rai e01071426f feat: field to pass number of posts as a parameter 5 months ago
Siddhant Rai eed1bfbe50 feat: fields to handle reddit loader + minor changes 5 months ago
Siddhant Rai 0c3970a266
Merge branch 'arc53:main' into main 5 months ago
Alex ed08123550 Add support for setting the number of chunks processed per query 6 months ago
Anton Larin 577556678c Fix model selection at least for openAI LLM_NAME 6 months ago
Siddhant Rai 60cfea1126 feat: added reddit loader 6 months ago
Alex 9ce6078c8b
Merge pull request #863 from Anush008/main
feat: Qdrant vectorstore support
6 months ago
Alex 5ee6605703
Merge pull request #835 from arc53/feature/remote-loads
Feature/remote loads
6 months ago
Alex 7ef97cfd81 fix abort 6 months ago
Alex 4a701cb993
Merge branch 'main' into feature/remote-loads 6 months ago
Anush008 00dfb07b15
chore: revert to faiss default 6 months ago
Pavel 54d187a0ad Fixing ingestion metadata grouping 6 months ago
Anush008 75c0cadb50
feat: Qdrant vector store 6 months ago
Pavel c8d8a8d0b5 Fixing ingestion metadata grouping 6 months ago
Alex ee3ea7a970 Add wget and unzip packages to Dockerfile 6 months ago
Alex 2b644dbb01 Add Rust toolchain and download mpnet-base-v2.zip model 6 months ago
Alex 0cb3d12d94 Refactor loader classes to accept inputs directly 7 months ago
Pavel 030c2a740f upload_remote class 7 months ago
Alex ee06fa85f1 fix: docsgpt provider 7 months ago
Alex b7927d8d75 Add PremAI LLM implementation 7 months ago
Alex 2e14dec12d
Merge pull request #849 from arc53/main
Sync
7 months ago
Alex 2be523cf77 Fix handling of embeddings_key in api_search() function 7 months ago
Alex a2418d1373 Add sentence-transformers library to requirements.txt and comment out model_name in base.py 7 months ago
Anton Larin 318de530e3 fix openapi-parser requirement 7 months ago
Anton Larin 9e04b7796a application folder related changes:
* optimize content of requirements.txt
* upgrade libs
* fix imports
7 months ago
Anton Larin e8099c4db5 script folder related changes:
* optmize content of requirements.txt
* upgrade libs
* fix imports
7 months ago
Alex 6a70e3e45b Commented out unused code in api_search function 8 months ago
Alex a04cdee33f Refactor source log generation in complete_stream function 8 months ago
Alex 157769eeb4 Add API endpoint for searching documents 8 months ago
Alex 060c59e97d Update mpnet-base-v2.zip download URL 8 months ago
Alex b3461b7134 Add MPNet model and update vector store for Hugging Face embeddings 8 months ago
Alex b45fd58944 Update EMBEDDINGS_NAME in settings.py and test_vector_store.py 8 months ago
Alex b3149def82 Update EMBEDDINGS_NAME in settings.py 8 months ago
Alex 378d498402 Remove unused imports in docsgpt_provider.py 8 months ago
Alex 71cc22325d Add application files and update setup script 8 months ago
Alex e1b2991aa6 Update LLM_NAME and EMBEDDINGS_NAME 8 months ago
Alex 033bcf80d0 docsgpt llm provider 8 months ago
Alex 4ff834de76 Refactor MongoDBVectorStore and add delete_index method 8 months ago
Alex 293b7b09a9 init tests 8 months ago
Alex 7870749077 fix openai 8 months ago
Alex 7f79363944 fix: Remove py==1.11.0 from requirements.txt 9 months ago
Alex c81b0200eb fix: Update pydantic_settings version to 2.1.0 9 months ago
Alex f039d37c8a fix: pydantic 9 months ago
Alex 237975bfef fix: cve upgrades 9 months ago
Alex 015bc7c8c3 hotfix source doc data 9 months ago
Victorivus 16eca5bebf
Update requirements.txt HF Transformers
Fix 'mistral' models missing
9 months ago
Alex 453e507b89
Update routes.py 9 months ago
Alex af1a0c3520
Update routes.py 10 months ago
Alex 0a6d9dfcf4
Merge pull request #782 from arc53/feature/add-prompts
Feature/add prompts
10 months ago
Alex 5bdedacab1 fix xss 10 months ago
Alex d6dcbb63d4 fix ruff 10 months ago
Alex b2770f67a1 custom prompts 10 months ago
Alex e9a9cbbd07 feedback local 10 months ago
Alex 58b2970b19
Merge pull request #778 from arc53/dependabot/pip/application/aiohttp-3.8.6
Bump aiohttp from 3.8.5 to 3.8.6 in /application
10 months ago
Alex 852b016111 fix path bug on default 10 months ago
Alex ba77a67ba7 fix path 10 months ago
dependabot[bot] 5203db6c9c
Bump aiohttp from 3.8.5 to 3.8.6 in /application
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Alex 0974085c6f prompts 10 months ago
Alex ae5e484506 fix docx file 10 months ago
Arnav Kohli 4c6b8b4173
Update worker.py
Added comments in difficult to understand areas
10 months ago
Guspan Tanadi d81838dfc4
docs: close parentheses EMBEDDINGS_KEY comment settings 10 months ago
Pavel 71fdff17de
Merge pull request #721 from arc53/feature/anthropic
anthropic LLM
10 months ago
Alex 04b4001277 anthropic working 10 months ago
dependabot[bot] 1bee088fe6 Bump urllib3 from 1.26.17 to 1.26.18 in /application
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Alex f3c626c800
Merge pull request #556 from Exterminator11/openapi3_parser
Parser for OpenAPI3(Swagger)
10 months ago
Exterminator11 f3540aac0f Changed import 10 months ago
Exterminator11 889ce984a9 Made changes 10 months ago
Shivanand 21ba1e3958
Merge branch 'main' into faiss_delete_index 11 months ago
Alex d899b6a7e1
Merge pull request #588 from asoderlind/fix/as/embedding-size-mismatch
raise more legible error if the word embedding dimensions don't match
11 months ago
asoderlind e73636bef3 remove trailing whitespace, sort imports, remove unused arguments 11 months ago
asoderlind 4e81f98927 add dependency 11 months ago
shivanandmn 2e95666939 added new endpoint 11 months ago
asoderlind 0ca96130c8 remove trailing whitespace 11 months ago
asoderlind 60cd6a455a refactor 11 months ago
asoderlind 4752ce5250 fix linting error 11 months ago
Pavel 381a2740ee change input 11 months ago
Alex 8b3b16bce4 inputs 11 months ago
Pavel 024674eef3 List check 11 months ago
asoderlind 9b6ae46e92 raise more legible error if the embedding vector dims don't match 11 months ago
Pavel b7d88b4c0f fix wrong link 11 months ago
Pavel 719ca63ec1 fixes 11 months ago
Pavel 2cfb416fd0 Desc loader 11 months ago
Pavel 50f07f9ef5 limit crawler 11 months ago
Pavel c517bdd2e1 Crawler + sitemap 11 months ago
shivanandmn ca3e549dd4 added delete index of vector store in faiss 11 months ago
Pavel 658867cb46 No crawler, no sitemap 11 months ago
Alex 8f2ad38503 tests 11 months ago
dependabot[bot] 31fb1801d2
Bump langchain from 0.0.308 to 0.0.312 in /application
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.308 to 0.0.312.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.308...v0.0.312)

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

Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Alex 64a8857884
Merge pull request #529 from staticGuru/chatroom-rename-#495
Chatroom rename feature
11 months ago
staticGuru 72481e8453 Fix the post API issues 11 months ago
Robbie Walmsley 57fb29b600
Update worker.py 11 months ago