Commit Graph

259 Commits (022c32f9d5ad363231f4379e3fc0983a242c963e)

Author SHA1 Message Date
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 11 months ago
Arnav Kohli 4c6b8b4173
Update worker.py
Added comments in difficult to understand areas
11 months ago
Guspan Tanadi d81838dfc4
docs: close parentheses EMBEDDINGS_KEY comment settings 11 months ago
Pavel 71fdff17de
Merge pull request #721 from arc53/feature/anthropic
anthropic LLM
11 months ago
Alex 04b4001277 anthropic working 11 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>
11 months ago
Alex f3c626c800
Merge pull request #556 from Exterminator11/openapi3_parser
Parser for OpenAPI3(Swagger)
11 months ago
Exterminator11 f3540aac0f Changed import 11 months ago
Exterminator11 889ce984a9 Made changes 11 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
asoderlind 9b6ae46e92 raise more legible error if the embedding vector dims don't match 11 months ago
shivanandmn ca3e549dd4 added delete index of vector store in faiss 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>
12 months ago
Alex 64a8857884
Merge pull request #529 from staticGuru/chatroom-rename-#495
Chatroom rename feature
12 months ago
staticGuru 72481e8453 Fix the post API issues 12 months ago
Robbie Walmsley 57fb29b600
Update worker.py 12 months ago
staticGuru 95fe103718 add the conversation in the result response 12 months ago
staticGuru a032164a99 Add update conversation name API 12 months ago
Alex ffb7ad1417
Merge pull request #463 from jbampton/remove-duplicate-words
Remove unneeded duplicate words
12 months ago
Alex 17edaa0e1f Update faiss.py 12 months ago
John Bampton 32ea0213f7 Remove unneeded duplicate words 12 months ago
Alex 43a22f84d9 Update sagemaker.py 12 months ago
Alex b3a0368b95 Update app.py 12 months ago
Alex cd79330c4c
Merge pull request #449 from arc53/feature/sage-streaming
sagemaker streaming
12 months ago
Alex 495728593f sagemaker fixes + test 12 months ago
Alex 4f5e363452 sagemaker streaming 12 months ago
Amogha Kancharla 48f9997ea9
Update app.py
This version of code uses a concise syntax and reduces redundancy.
12 months ago
dependabot[bot] ef9e9809e2
Bump langchain from 0.0.263 to 0.0.308 in /application
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.263 to 0.0.308.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.263...v0.0.308)

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

Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
Alex c4fc49553c
Merge pull request #396 from arc53/dependabot/pip/application/pillow-10.0.1
Bump pillow from 9.4.0 to 10.0.1 in /application
12 months ago
Archit-Kohli 7ce1dc9069
Update huggingface.py add import torch statement
Added import torch statement
12 months ago
Archit-Kohli 5b4e517d9d
Update huggingface.py
Added quantization support using bitsandbytes
12 months ago
Alex 1336010bb2 Update .env_sample 12 months ago