Jean-Francois Laflamme
882b362213
Added support for host.docker.internal (ie: to use local chromadb ser… ( #195 )
...
Added support for host.docker.internal (ie: to use local chromadb server)
2023-08-16 17:01:50 -07:00
timothycarambat
a62e891fa0
force check api online via JSON response
2023-08-16 15:43:46 -07:00
timothycarambat
8af817e2d5
update local dev docs
2023-08-16 15:34:03 -07:00
timothycarambat
2036204f23
default frontend api to relative URL
2023-08-16 12:26:52 -07:00
timothycarambat
4dd606b65a
untrack frontend production env
2023-08-16 12:16:02 -07:00
timothycarambat
71baeb92a3
pre-dump ENV to protect settings on reboot
2023-08-15 16:00:27 -07:00
Timothy Carambat
cf0b24af02
Add Qdrant support for embedding, chat, and conversation ( #192 )
...
* Add Qdrant support for embedding, chat, and conversation
* Change comments
2023-08-15 15:26:44 -07:00
timothycarambat
4086253292
fix docker readme case
2023-08-15 11:37:03 -07:00
timothycarambat
ec0567d937
How to: run docker on remote IP
2023-08-15 11:36:07 -07:00
timothycarambat
9640eb7650
Fallback logo on offline mode
2023-08-14 17:46:02 -07:00
Timothy Carambat
122f29069c
Enable optional Telemetry integration via posthog ( #190 )
...
* Enable optional Telemetry integration via posthog
2023-08-14 17:42:17 -07:00
Sean Hatfield
b557bb9ede
Logo customization for single-user & multi-user modes ( #186 )
...
* implemented logo customization for single-user mode
* removing unneeded comments
* added dark and light mode support for default logo
* implemented dark and light mode switching in frontend
* fixed dark and light mode switching for failed to load logo from backend
* removed unneeded comment
* custom logos for admin implemented
* refactor logo mgmt functions
abstract logo management utils into their own file for simplicity
* added settings tab for appearance on single-user mode
* unchecking files with unneeded changes
* fixed appearance settings tab to be hidden on multiuser mode
* allow readall for logo
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2023-08-14 15:22:55 -07:00
Melroy van den Berg
16b8330fbf
Update requirements.txt ( #185 )
...
Upgrade fake-useragent to latest version (v1.2.1). Disclaimer: I'm the package maintainer.
2023-08-14 14:38:14 -07:00
timothycarambat
79b311085b
update form
2023-08-14 12:18:27 -07:00
timothycarambat
5d1215f293
dont show managed hosting while managed already
2023-08-11 17:33:17 -07:00
timothycarambat
6e56c51a53
add feedback form, hosting link, update readme, show promo image
2023-08-11 17:28:30 -07:00
timothycarambat
a048cf451a
hot fix storage path for unix
2023-08-10 13:50:17 -07:00
timothycarambat
d6a079e8c8
fix mount path
2023-08-10 13:45:18 -07:00
timothycarambat
ac042d2574
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm
2023-08-10 13:23:32 -07:00
timothycarambat
83ad64b824
add service metrics
2023-08-10 13:23:23 -07:00
Erich Focht
40c610fb1c
Solving permissions issue with collector/outputs and server/storage ( #182 )
...
Solving permissions issue with collector/outputs and server/storage when
deploying freshly with docker-compose.
2023-08-10 10:37:38 -07:00
Timothy Carambat
f3a6147ffd
Add support for Weaviate VectorDB ( #181 )
2023-08-08 18:02:30 -07:00
Erich Focht
4ac5e55413
Actually enable x-scrolling when citations overflow. ( #178 )
2023-08-07 13:36:23 -07:00
timothycarambat
970d38ccb5
remove console
2023-08-04 20:08:25 -07:00
Timothy Carambat
1f29cec918
Multiple LLM Support framework + AzureOpenAI Support ( #180 )
...
* Remove LangchainJS for chat support chaining
Implement runtime LLM selection
Implement AzureOpenAI Support for LLM + Emebedding
WIP on frontend
Update env to reflect the new fields
* Remove LangchainJS for chat support chaining
Implement runtime LLM selection
Implement AzureOpenAI Support for LLM + Emebedding
WIP on frontend
Update env to reflect the new fields
* Replace keys with LLM Selection in settings modal
Enforce checks for new ENVs depending on LLM selection
2023-08-04 14:56:27 -07:00
timothycarambat
285bddb0fb
default setting modal to keys
...
remove duplicate fields for vectordb config
2023-08-04 12:40:36 -07:00
Timothy Carambat
b42493c6de
Split large PDFS into subfolder in documents ( #176 )
...
append time value to folder name to prevent duplicate uploads
2023-08-03 18:57:50 -07:00
Timothy Carambat
6e8d81c01e
better vector db selection UI on settings ( #175 )
...
update logout button
2023-08-03 15:59:51 -07:00
timothycarambat
9bea7739ed
move OpenAI to AiProvider folder in preparation for new AI provider support
2023-07-28 12:09:49 -07:00
Timothy Carambat
8929d96ed0
Move OpenAI api calls into its own interface/Class ( #162 )
...
* Move OpenAI api calls into its own interface/Class
move curate sources to be specific for each vectorDBs response for chat/query
* remove comment
2023-07-28 12:05:38 -07:00
Timothy Carambat
0a2f837fb2
improve citations to show all text chunks referred and expand the citation to view full referenced text ( #161 )
...
* improve citations to show all text chunks referred and expand the citation to view full referenced text
chunk text of same document together
* remove debug
2023-07-27 22:33:27 -07:00
timothycarambat
ab7837068b
Update Readme Thumbnail
2023-07-26 18:39:13 -07:00
timothycarambat
320aefb687
drop support for dockerized image AMI
2023-07-26 18:14:17 -07:00
timothycarambat
24ca64ce46
improve bulkd write speeds
2023-07-26 18:06:53 -07:00
Timothy Carambat
91f5f94200
[FEATURE] Enable the ability to have multi user instances ( #158 )
...
* multi user wip
* WIP MUM features
* invitation mgmt
* suspend or unsuspend users
* workspace mangement
* manage chats
* manage chats
* add Support for admin system settings for users to delete workspaces and limit chats per user
* fix issue ith system var
update app to lazy load invite page
* cleanup and bug fixes
* wrong method
* update readme
* update readme
* update readme
* bump version to 0.1.0
2023-07-25 10:37:04 -07:00
timothycarambat
2d30b7e24f
add discord invite link to UI
2023-07-21 12:05:39 -07:00
timothycarambat
c130f483d6
typo fix
2023-07-20 21:30:17 -07:00
timothycarambat
5eed8b66f5
update AWS launch to use public AMI
2023-07-20 16:40:48 -07:00
Timothy Carambat
6b6007f9ad
Enable the system owner to be able to update the system wide password and secret ( #156 )
...
* Enable the system owner to be able to update the system wide password and secret
* lint and cleanup
2023-07-20 15:25:47 -07:00
Timothy Carambat
5fa6145872
can now count and remove data in lancedb 0.1.12 so bumped version and added new functionality support ( #155 )
2023-07-20 13:09:56 -07:00
timothycarambat
ab9304b6dd
move cloud deployment scripts and readmes into subfolder
2023-07-20 12:13:40 -07:00
Timothy Carambat
c1deca4928
[Fork] Batch embed by jwaltz ( #153 )
...
* refactor: convert chunk embedding to one API call
* chore: lint
* fix chroma for batch and single vectorization of text
* Fix LanceDB multi and single vectorization
* Fix pinecone for single and multiple embeddings
---------
Co-authored-by: Jonathan Waltz <volcanicislander@gmail.com>
2023-07-20 12:05:23 -07:00
Timothy Carambat
5a7d8add6f
[Fork] Additions on franzbischoff resolution on #122 ( #152 )
...
* Related to Issue #122 , Implemented custom prompt in workspace settings.
* run linter
* Remove code duplication for chat prompt injection
---------
Co-authored-by: Francisco Bischoff <franzbischoff@gmail.com>
2023-07-20 11:14:23 -07:00
Olusegun Ajose
fdce3e99ea
Adding Digital Ocean Deployment using Terraform ( #148 )
...
* Adding GCP Deployment Manager Template
* Adding GCP Deployment Manager Template
* Adding GCP Deployment Manager Template
* Update gcp/deployment/DEPLOY.md
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
* Update gcp/deployment/DEPLOY.md
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
* Update gcp/deployment/DEPLOY.md
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
* Update DEPLOY.md
* Update DEPLOY.md
* Update DEPLOY.md
* Adding Digital Ocean Deployment using Terraform
* Adding Digital Ocean Deployment with Terraform
---------
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
2023-07-17 17:50:17 -07:00
Timothy Carambat
6d651db6d3
Enabled importing and exporting of entire AnythingLLM instance data ( #146 )
...
* WIP on imports
* undo nodismiss for testing
* remove old keys modal screen
add helper text on import complete
* return default setting modal to keys
2023-07-14 17:32:30 -07:00
timothycarambat
5b2c5cac08
make settings modal have tabs for future expansions
2023-07-14 15:04:25 -07:00
Olusegun Ajose
284fe6f356
Adding GCP Deployment Template ( #142 )
...
* Adding GCP Deployment Manager Template
* Adding GCP Deployment Manager Template
* Adding GCP Deployment Manager Template
* Update gcp/deployment/DEPLOY.md
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
* Update gcp/deployment/DEPLOY.md
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
* Update gcp/deployment/DEPLOY.md
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
* Update DEPLOY.md
* Update DEPLOY.md
* Update DEPLOY.md
---------
Co-authored-by: David Blore <42894467+DavidBlore@users.noreply.github.com>
2023-07-14 10:15:05 -07:00
timothycarambat
c6d030f390
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm
2023-07-14 09:56:14 -07:00
timothycarambat
0207e147f1
update CFW launch with no credential option
2023-07-14 09:56:04 -07:00
AntonioCiolino
31e5db7490
Twitter Feature ( #134 )
...
* .
* twitter feature update
* Key validation and operation
2023-07-06 14:05:50 -07:00