Alex
2f9c72c1cf
feat: migrate store to source_id
2024-09-09 15:46:18 +01:00
Alex
1bb81614a5
fix: metadata things
2024-09-09 13:37:11 +01:00
Alex
8166642ff9
fix: write id instead of old path on remote db's
2024-09-09 12:00:59 +01:00
Alex
6c0da2ea94
lint: ruff fix
2024-09-08 17:02:48 +01:00
Alex
a353e69648
feat: new vectors structure
2024-09-08 16:59:51 +01:00
ManishMadan2882
deeffbf77d
fix(retriever):classic should not override
2024-08-12 15:52:36 +05:30
ManishMadan2882
7e8dd6bba8
fix: get api keys endpoint
2024-08-12 01:06:21 +05:30
ManishMadan2882
dc4078d744
migration(fixes): retriver/sharing endpoints
2024-08-11 21:26:30 +05:30
ManishMadan2882
1eb168be55
vector indexes to be named after mongo _id
2024-08-11 19:33:31 +05:30
ManishMadan2882
3c6fd365fb
store only local docs as location
2024-08-09 18:27:54 +05:30
ManishMadan2882
f9dbaa9407
migrate: link source to vector collection
2024-08-07 03:41:31 +05:30
Siddhant Rai
59caf381f7
fix: changed query box from div to textarea for handling paste, autoscroll
2024-08-05 14:17:21 +05:30
Peter Dave Hello
99c41c7e34
Optimize Dockerfile to reduce image size and improve build efficiency
...
- Merge apt-related RUN commands in builder and final stages
- Remove redundant apt-get clean (automatically handled by base image)
- Consolidate cleanup operations within the same layer for effective
size reduction
Reference:
- https://docs.docker.com/build/building/best-practices/#apt-get
2024-08-01 23:45:13 +08:00
Alex
2c7aad1dcd
Merge pull request #1043 from PeterDaveHelloKitchen/Dockerfile
...
Optimize Dockerfile by unifying download tools to `wget`
2024-07-30 16:42:07 +01:00
Peter Dave Hello
9a04506b0d
Optimize Dockerfile by unifying download tools to wget
...
Replace curl with wget to streamline the build process. Remove
unnecessary curl installation to reduce dependency complexity and
installation time.
2024-07-29 00:48:16 +08:00
ManishMadan2882
052669a0b0
complete_stream: no storing for api key req, fe:update shared conv
2024-07-24 02:03:53 +05:30
ManishMadan2882
0cf86d3bbc
share api key through response
2024-07-20 03:35:57 +05:30
ManishMadan2882
b2fffb2e23
feat(share): enable route to share promptable conv
2024-07-19 03:24:35 +05:30
Alex
0f059f247d
fix: ruff lint
2024-07-16 12:28:43 +01:00
ManishMadan2882
02187fed4e
add timetamp in iso, remove sources
2024-07-14 03:27:53 +05:30
ManishMadan2882
d6e59a6a0a
conversation tile: add menu, add share modal
2024-07-11 21:45:47 +05:30
ManishMadan2882
edfe5e1156
restrict redundant sharing, add user field
2024-07-08 15:59:19 +05:30
ManishMadan2882
0768992848
add route to share and fetch public conversations
2024-07-08 03:03:46 +05:30
Alex
5aa88714b8
refactor: Add thread lock
2024-06-25 14:41:04 +01:00
Alex
ce56a414e0
fix: use singleton
2024-06-25 14:37:00 +01:00
Alex
b70fc1151d
fix: print error to console
2024-06-21 14:54:32 +01:00
Alex
76ed8f0ba2
Merge pull request #1002 from ManishMadan2882/main
...
Better Error handling on /stream endpoint
2024-06-20 20:00:55 +01:00
Alex
4dde7eaea1
feat: Improve error handling in /stream route
2024-06-20 19:51:35 +01:00
Alex
2e2149c110
fix: stream stuff
2024-06-20 19:40:29 +01:00
ManishMadan2882
dba3b1c559
sort local vectors in latest first order
2024-06-20 17:58:59 +05:30
ManishMadan2882
ad29d2765f
fix: add reducers to raise error, handle complete_stream()
2024-06-20 00:10:29 +05:30
Alex
e5c30cf841
upgrade docker to 24.04
2024-06-19 11:45:37 +01:00
xucailiang
d87b411193
Merge branch 'arc53:main' into fix-celery-import-error
2024-06-19 15:16:39 +08:00
ManishMadan2882
69287c5198
feat: err handling /stream
2024-06-18 16:12:18 +05:30
Alex
3454309cbc
chore: Refactor embeddings instantiation to use a singleton pattern
2024-06-14 12:58:35 +01:00
xucai
ae2ded119f
rename celery_init.py
2024-06-12 19:48:28 +08:00
dependabot[bot]
28fb04eb7b
chore(deps): bump qdrant-client from 1.8.2 to 1.9.0 in /application
...
Bumps [qdrant-client](https://github.com/qdrant/qdrant-client ) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/qdrant/qdrant-client/releases )
- [Commits](https://github.com/qdrant/qdrant-client/compare/v1.8.2...v1.9.0 )
---
updated-dependencies:
- dependency-name: qdrant-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-04 17:53:28 +00:00
Alex
e1d61d7190
Merge pull request #961 from arc53/dependabot/pip/application/requests-2.32.0
...
build(deps): bump requests from 2.31.0 to 2.32.0 in /application
2024-06-03 22:43:11 +01:00
Siddhant Rai
91d730a7bc
feat: remote sources have clickable links
2024-05-29 19:07:08 +05:30
Alex
2d12a3cd7a
Merge pull request #965 from siiddhantt/feature/set-tokens-message-history
...
feat: dropdown to adjust conversational history limits
2024-05-28 09:43:21 +01:00
Alex
f6c66f6ee4
Merge pull request #964 from ManishMadan2882/main
...
Feature: Token count for vectors
2024-05-27 11:44:11 +01:00
Siddhant Rai
220d137e66
feat: dropdown to adjust conversational history limits
2024-05-26 23:13:01 +05:30
Alex
425803a1b6
chore: Refactor source assignment in api_answer route
2024-05-24 16:50:00 +01:00
ManishMadan2882
9000838aab
(feat:vectors): calc, add token in db
2024-05-24 21:10:50 +05:30
dependabot[bot]
2ab3539925
---
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-21 05:53:49 +00:00
Alex
5c8133a810
chore: Update Docker build platforms for application and frontend and optimised embedding import
2024-05-18 12:10:24 +01:00
ManishMadan2882
3d9288f82f
fix: override chunks,promps with api-key-data
2024-05-15 20:23:02 +05:30
Alex
0618153390
fix: object id bug
2024-05-14 19:01:45 +01:00
Alex
16b2a54981
Merge pull request #936 from Fagner-lourenco/patch-1
...
Update Dockerfile
2024-05-12 22:36:52 +01:00
Alex
3f68e0d66f
chore: Update Dockerfile
2024-05-12 22:33:43 +01:00