Move embed to submodule (#2163)

* Move `embed` to submodule

* update README
This commit is contained in:
Timothy Carambat
2024-08-22 15:31:36 -07:00
committed by GitHub
parent 2de9e492ec
commit 3a3399af94
41 changed files with 6 additions and 5673 deletions

View File

@@ -137,7 +137,7 @@ This monorepo consists of three main sections:
- `server`: A NodeJS express server to handle all the interactions and do all the vectorDB management and LLM interactions.
- `collector`: NodeJS express server that process and parses documents from the UI.
- `docker`: Docker instructions and build process + information for building from source.
- `embed`: Code specifically for generation of the [embed widget](./embed/README.md).
- `embed`: Submodule specifically for generation & creation of the [web embed widget](https://github.com/Mintplex-Labs/anythingllm-embed).
## 🛳 Self Hosting