vault backup: 2023-10-18 09:19:15
Affected files: .obsidian/workspace.json Weaviate.md
This commit is contained in:
parent
82a28a629a
commit
7dc272c86e
|
@ -23,9 +23,11 @@
|
||||||
"id": "ba8953b29a4ea989",
|
"id": "ba8953b29a4ea989",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "release-notes",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"currentVersion": "1.4.14"
|
"file": "Weaviate.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -214,7 +216,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "YuNoHost.md",
|
"file": "Weaviate.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -231,7 +233,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "YuNoHost.md",
|
"file": "Weaviate.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -254,7 +256,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "YuNoHost.md"
|
"file": "Weaviate.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -296,18 +298,18 @@
|
||||||
},
|
},
|
||||||
"active": "ba8953b29a4ea989",
|
"active": "ba8953b29a4ea989",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"neo4j.md",
|
||||||
|
"Weaviate.md",
|
||||||
"YuNoHost - Apps.md",
|
"YuNoHost - Apps.md",
|
||||||
"Debian.md",
|
"Debian.md",
|
||||||
"Docker.md",
|
"Docker.md",
|
||||||
"GNU-Linux.md",
|
"GNU-Linux.md",
|
||||||
"Install neo4j on Debian.md",
|
"Install neo4j on Debian.md",
|
||||||
"neo4j.md",
|
|
||||||
"Linux.md",
|
"Linux.md",
|
||||||
"Rust.md",
|
"Rust.md",
|
||||||
"YuNoHost.md",
|
"YuNoHost.md",
|
||||||
"Python FastAPI.md",
|
"Python FastAPI.md",
|
||||||
"Taylor Swift - the 1.md",
|
"Taylor Swift - the 1.md",
|
||||||
"Weaviate.md",
|
|
||||||
"Untitled",
|
"Untitled",
|
||||||
"LangChain.md",
|
"LangChain.md",
|
||||||
"Ubuntu.md",
|
"Ubuntu.md",
|
||||||
|
|
|
@ -4,7 +4,7 @@ type: database
|
||||||
---
|
---
|
||||||
## Intro
|
## Intro
|
||||||
|
|
||||||
Weaviate is an open-source vector database. It allows you to store data objects and vector embeddings from your favorite ML-models, and scale seamlessly into billions of data objects.
|
Weaviate is an open-source vector database. It allows you to store data objects and vector embeddings from your favourite ML-models, and scale seamlessly into billions of data objects.
|
||||||
|
|
||||||
## Docker install
|
## Docker install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue