mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
9ce3d1150d
* Update Ubuntu base image and improve Dockerfile * Add unzip to Docker image dependencies Needed for the arm64 build * reset tabs * formalized lint rules for hadolint. however the Docker formatting is being handled by MS Docker extension which doesn't indent code as expected. WIP. * found a workaround to keep formatting --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
24 lines
408 B
JSON
24 lines
408 B
JSON
{
|
|
"cSpell.words": [
|
|
"anythingllm",
|
|
"Astra",
|
|
"Dockerized",
|
|
"Embeddable",
|
|
"GROQ",
|
|
"hljs",
|
|
"inferencing",
|
|
"Langchain",
|
|
"Milvus",
|
|
"Mintplex",
|
|
"Ollama",
|
|
"openai",
|
|
"openrouter",
|
|
"Qdrant",
|
|
"vectordbs",
|
|
"Weaviate",
|
|
"Zilliz"
|
|
],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"docker.languageserver.formatter.ignoreMultilineInstructions": true
|
|
}
|