Skip to content

Commit 5fc9094

Browse files
authored
[Docs] - Knowledge Store (#515)
* pointers * some-content * more-content * initial-content * double-check-imports * rename-apps * fix-install * naming * more-content * cleanup-text * install-library-as-extra * entity-content-centric * more-information * link-and-context * library
1 parent 13d495f commit 5fc9094

File tree

9 files changed

+703
-13
lines changed

9 files changed

+703
-13
lines changed

docs/antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ asciidoc:
1010
db-vector: 'Astra DB Serverless'
1111
db-serverless: 'Astra DB Serverless'
1212
astra-ui: 'Astra Portal'
13+
graph-store: 'Graph Store'
1314
nav:
1415
- modules/ROOT/nav.adoc

docs/modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
.Graph Libraries
2828
* xref:knowledge-graph:index.adoc[]
2929
* xref:knowledge-graph:knowledge-graph.adoc[]
30+
* xref:knowledge-graph:knowledge-store.adoc[]
3031
3132
.Introduction to RAG
3233
* xref:intro-to-rag:index.adoc[]
@@ -42,6 +43,7 @@
4243
* xref:examples:index.adoc[]
4344
* xref:examples:colbert.adoc[]
4445
* xref:examples:knowledge-graph.adoc[]
46+
* xref:examples:knowledge-store.adoc[]
4547
* xref:examples:langchain_multimodal_gemini.adoc[]
4648
* xref:examples:nvidia_embeddings.adoc[]
4749
* xref:examples:hotels-app.adoc[]

docs/modules/examples/pages/knowledge-graph.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This feature is currently under development and has not been fully tested. It is
2525
+
2626
[source,bash]
2727
----
28-
pip install ragstack-ai-knowledge-graph python-dotenv
28+
pip install "ragstack-ai-langchain[knowledge-graph]" python-dotenv
2929
----
3030
+
3131
. Create a `.env` file and store the necessary credentials.
@@ -108,6 +108,7 @@ render_graph_documents(graph_documents)
108108
graph_store.add_graph_documents(graph_documents)
109109
----
110110

111+
[[query-graph-store]]
111112
== Query the graph store
112113

113114
. Query the `GraphStore`.

0 commit comments

Comments
 (0)