This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Feb 05, 2024
-
-
Sean Hatfield authored
* WIP embedded app * WIP got response from backend in embedded app * WIP streaming prints to embedded app * implemented streaming and tailwind min for styling into embedded app * WIP embedded app history functional * load params from script tag into embedded app * rough in modularization of embed chat cleanup dev process for easier dev support move all chat to components todo: build process todo: backend support * remove eslint config * Implement models and cleanup embed chat endpoints Improve build process for embed prod minification and bundle size awareness WIP * forgot files * rename to embed folder * introduce chat modal styles * add middleware validations on embed chat * auto open param and default greeting * reset chat history * Admin embed config page * Admin Embed Chats mgmt page * update embed * nonpriv * more style support reopen if chat was last opened * update comments * remove unused imports * allow change of workspace for embedconfig * update failure to lookup message * update reset script * update instructions * Add more styling options Add sponsor text at bottom Support dynamic container height Loading animations * publish new embed script * Add back syntax highlighting and keep bundle small via dynamic script build * add hint * update readme * update copy model for snippet with link to styles --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 02, 2024
-
-
timothycarambat authored
-
- Jan 31, 2024
-
-
Sean Hatfield authored
if slug is empty on create workspace, generate a uuid as the workspace slug
-
- Jan 30, 2024
-
-
Alex Leventer authored
Update README.md
-
- Jan 29, 2024
-
-
Timothy Carambat authored
patch lanceDB not deleting vectors from workspace documentVectors self-sanitize on delete of parent document
-
Sean Hatfield authored
* add support for new openai models * QOL changes/improve logic for adding new openai embedding models * add example file inputs for Openai embedding ENV selection; * Fix if stmt conditional --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 26, 2024
-
-
Hakeem Abbas authored
* feature: Integrate Astra as vectorDBProvider feature: Integrate Astra as vectorDBProvider * Update .env.example * Add env.example to docker example file Update spellcheck fo Astra Update Astra key for vector selection Update order of AstraDB options Resize Astra logo image to 330x330 Update methods of Astra to take in latest vectorDB params like TopN and more Update Astra interface to support default methods and avoid crash errors from 404 collections Update Astra interface to comply to max chunk insertion limitations Update Astra interface to dynamically set dimensionality from chunk 0 size on creation * reset workspaces --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add gpt-4-turbo-preview * add gpt-4-turbo-preview to valid models
-
timothycarambat authored
-
timothycarambat authored
-
- Jan 24, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
-
timothycarambat authored
-
- Jan 23, 2024
-
-
timothycarambat authored
Patch background color for fullscreen loader
-
Sean Hatfield authored
* add useModal hook and ModalWrapper component that will be used to replace all <dialog> modals for better browser support * implement useModal hook and ModalWrapper component to replace all exisiting <dialog>
-
Sean Hatfield authored
* migrate pinecone package to latest version and migrate pinecone vectordb provider class * remove pinecone environment name env variable and update docs to reflect removal & serverless support complete * migrate query for pinecone db * typo in log --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Timothy Carambat authored
* Add bare metal support docs and deployment * typos
-
- Jan 22, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Implement total permission overhaul Add explicit permissions on each flex and strict route Patch issues with role escalation and CRUD of users Patch permissions on all routes for coverage Improve middleware to accept role array for clarity * update comments * remove permissions to API-keys for manager. Manager could generate API-key and using high-privelege api-key give themselves admin * update sidebar permissions for multi-user and single user * update options for mobile sidebar
-
Sean Hatfield authored
* add gpt-3.5-turbo-1106 model for openai LLM * add gpt-3.5-turbo-1106 as valid model for backend and per workspace model selection
-
Sean Hatfield authored
-
- Jan 19, 2024
-
-
Timothy Carambat authored
* Employ strict validations on document pathing * add comment * update validSubfolder var
-
Timothy Carambat authored
-
timothycarambat authored
-
Timothy Carambat authored
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl * Persist special env keys on updates --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
Sean Hatfield authored
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl
-
- Jan 18, 2024
-
-
Sean Hatfield authored
* remove support for import export anythingllm data * remove unused imports remove unused dep update lockfile --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* create configurable topN per workspace * Update TopN UI text Fix fallbacks for all providers Add SQLite CHECK to TOPN value * merge with master Update zilliz provider for variable TopN --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
Timothy Carambat authored
* chore: propogate embedder and vectordb errors during document mutations * add default value for errors on addDocuments
-
Timothy Carambat authored
* feat: Add support for Zilliz Cloud by Milvus * update placeholder text update data handling stmt * update zilliz descriptor
-
Sean Hatfield authored
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add copy feature to assistant chat message * fix tooltip not hiding on mobile * fix: add tooltips chore: breakout actions to extendable component + memoize add CopyText to hook we can reuse fix: Copy on code snippets broken, moved to event listener fix: highlightjs patch for new API support feat: add copy response support --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 17, 2024
-
-
Sean Hatfield authored
* add support for mistral api * update docs to show support for Mistral * add default temp to all providers, suggest different results per provider --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* WIP model selection per workspace (migrations and openai saves properly * revert OpenAiOption * add support for models per workspace for anthropic, localAi, ollama, openAi, and togetherAi * remove unneeded comments * update logic for when LLMProvider is reset, reset Ai provider files with master * remove frontend/api reset of workspace chat and move logic to updateENV add postUpdate callbacks to envs * set preferred model for chat on class instantiation * remove extra param * linting * remove unused var * refactor chat model selection on workspace * linting * add fallback for base path to localai models --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add check to skip empty messages * add comment explaining prisma + sqlite not supporting createMany()
-
Timothy Carambat authored
* Add support for fetching single document in documents folder * Add document object to upload + support link scraping via API * hotfixes for documentation * update api docs
-
- Jan 16, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* no lazy onboarding * no lazy onboarding steps * Do not lazy load onboarding to prevent lazy-load white flash
-