Preetesh Jain
74d7038a79
fix: add platform config in docker compose ( #60 )
2023-06-16 01:23:32 -07:00
Timothy Carambat
2a556c275c
Implement Workspace-specific setting configs + other technical features ( #58 )
...
* 1. Define LLM Temperature as a workspace setting
2. Implement rudimentry table migration code for both new and existing repos to bring tables up to date
3. Trigger for workspace on update to update timestamp
4. Always fallback temp to 0.7
5. Extract WorkspaceModal into Tabbed content
6. Remove workspace name UNIQUE constraint (cannot be migrated :()
7. Add slug +seed when existing slug is already take
8. Seperate name from slug so display names can be changed
* remove blocking test return
2023-06-14 23:12:59 -07:00
Skid Vis
4118c9dcf3
Blocks images in sitemaps from being parsed. ( #56 )
...
* Adds ability to import sitemaps to include a website
* adds example sitemap url
* adds filter to bypass common image formats
* moves filetype ignoring to sitemap script
2023-06-14 23:00:03 -07:00
Timothy Carambat
2403806949
add codeblock support for prompt replies and historical messages ( #55 )
...
* add codeblock support for prompt replies and historical messages
add markdown-it
* Fix spacing for HTML rendering
2023-06-14 13:35:55 -07:00
Skid Vis
bd32f97a21
Adds ability to import sitemaps to include a website ( #51 )
...
* Adds ability to import sitemaps to include a website
* adds example sitemap url
2023-06-14 11:04:17 -07:00
timothycarambat
040e0d3df7
remove chalk dep for cloudformation document generator
2023-06-14 11:02:46 -07:00
timothycarambat
668a49c826
update cf generation script to not crash docker deployment
2023-06-14 10:53:27 -07:00
Timothy Carambat
4dd1887bd1
Easy AWS cloud deployment for private instances via CloudFormation template ( #52 )
...
* wip
* fix file ref
* update dockerfile
* mute chown
* add build script for AWS CF template construction
add comment about script and AWS deployment
* move aws stuff into its own folder
* edit readme
2023-06-14 10:34:22 -07:00
Preetesh Jain
caea4ea1b2
Add support for CPU arch in Docker installation ( #48 )
...
* feat: add argument for cpu arch in dockerfile
* feat: add argument for cpu arch in docker compose
* docs: add steps about cpu arch based docker build
2023-06-14 09:29:11 -07:00
timothycarambat
ca8e8245fc
remove lancedb logging
2023-06-14 00:27:19 -07:00
timothycarambat
5c933cba17
dont ignore frontend prod envs during docker build
2023-06-13 16:57:26 -07:00
Jonathan Waltz
84a5707d6d
refactor: convert insert loop to 1 insert stmt ( #19 )
...
* fix: convert insert loop to 1 insert stmt
* chore: lint
2023-06-13 14:07:58 -07:00
timothycarambat
c6f69fc0a6
add Docker setup to Readme.md
2023-06-13 13:25:56 -07:00
timothycarambat
e114a90a17
update package scripts
...
update ignore for legacy repo copies
add docker instructions and use
2023-06-13 13:19:17 -07:00
frasergr
9f33b3dfcb
Docker support ( #34 )
...
* Updates for Linux for frontend/server
* frontend/server docker
* updated Dockerfile for deps related to node vectordb
* updates for collector in docker
* docker deps for ODT processing
* ignore another collector dir
* storage mount improvements; run as UID
* fix pypandoc version typo
* permissions fixes
2023-06-13 11:26:11 -07:00
Tim Asp
ebd3a62866
update readme with build instructions ( #41 )
2023-06-12 21:56:29 -07:00
Matt Farmer
9092b0b55b
Fix link to Vector Caching in README.md ( #38 )
2023-06-12 21:48:10 -07:00
Tim Asp
6eff067c98
Fix small react and JS errors ( #40 )
...
* Fix react html console errors
* Fix bug where clicking expand on empty directory throws error
2023-06-12 21:46:36 -07:00
Fabio
d954d7a3d5
Fix pypandoc issue in requirements.txt ( #23 )
...
Co-authored-by: Carvalho, Fabio <Fabio_Carvalho@comcast.com>
2023-06-12 11:21:11 -07:00
timothycarambat
ef785af3f0
remove unused dep
2023-06-12 10:37:07 -07:00
Timothy Carambat
f9015df903
fix input color ( #17 )
2023-06-09 16:21:55 -07:00
Timothy Carambat
fa2b669940
resolves #14 ( #15 )
2023-06-09 12:59:22 -07:00
timothycarambat
e81dde4b9c
add Pinecone Readme
2023-06-09 11:33:13 -07:00
Timothy Carambat
62e3f62e82
12 auth implementation ( #13 )
...
* Add Auth protection for cloud-based or private instances
* skip check on local dev
2023-06-09 11:27:27 -07:00
timothycarambat
fdacf4bb2e
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm
2023-06-09 11:24:02 -07:00
timothycarambat
728eaff773
fix typo
2023-06-09 11:23:53 -07:00
Timothy Carambat
914d4b1ff1
Update package.jsons to reflect new project name ( #11 )
2023-06-09 09:30:42 -07:00
timothycarambat
8947e63042
remove org id
2023-06-09 08:58:07 -07:00
timothycarambat
f0fd91db6f
Reorg some files for clarity
2023-06-08 18:58:26 -07:00
Timothy Carambat
ad15e1f9b6
Lancedb support ( #6 )
...
* add start of lanceDB support
* lancedb initial support
* add null method for deletion of documents from namespace since LanceDB does not support
show warning modal on frontend for this
* update .env.example and lancedb methods for sourcing
* change export method
* update readme
2023-06-08 18:40:29 -07:00
timothycarambat
93ee4349ba
manage default CTAs
2023-06-08 14:26:29 -07:00
timothycarambat
d5951fd5a2
change path for file storage for cloud-base persistance
2023-06-08 14:00:43 -07:00
timothycarambat
fc0431fca3
add endpoint saftey to prevent server dying in production
2023-06-08 13:13:48 -07:00
timothycarambat
abdaf4e63d
add ENV var for api endpoint for frontend
2023-06-08 12:49:33 -07:00
timothycarambat
8199fcc077
add .nvmrc in root
2023-06-08 10:35:36 -07:00
timothycarambat
4aa207cbe8
bump node version requirement
...
add conditional ENV setting
2023-06-08 10:29:17 -07:00
Timothy Carambat
6d01970df2
Implement Chroma Support ( #1 )
2023-06-07 21:31:35 -07:00
timothycarambat
6b48e812c5
add prod scripts
2023-06-07 13:43:22 -07:00
timothycarambat
b093ef711e
update README
2023-06-06 16:00:39 -07:00
timothycarambat
27c58541bd
inital commit ⚡
2023-06-03 19:28:07 -07:00