You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Here you will find tutorials and interactive notebooks for ArangoDB features. Th
6
6
7
7
## Learn
8
8
There are a few sections for getting started with Interactive Tutorials:
9
-
*[Machine Learning](#machine-learning): Links to the various ArangoDB machinelearning projects and learning content.
9
+
*[Machine Learning](#machine-learning): Links to the various ArangoDB machine-learning projects and learning content.
10
10
*[ArangoDB](#arangodb): The interactive tutorials maintained in this repo that cover all aspects of ArangoDB.
11
11
*[Community Notebooks](#community-notebooks): Amazing submissions from the community!
12
12
*[Workshop Repositories](#workshop-repositories): Links to the repositories associated with ArangoDB workshops.
@@ -24,12 +24,12 @@ In addition to the notebooks listed in the following section, we have example ma
24
24
*[Content-based Recommendations with FAISS, TFIDF, and Python](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/similarMovie_TFIDF_ML_Inference.ipynb)
25
25
*[Graph Neural Networks with PyTorch](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/predict_Movie_Rating_GNN.ipynb)
*[Question-Answering with LLMs (Basics)](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/example_output/Langchain_output.ipynb)
29
-
*[Question-Answering with LLMs (Complete Guide)](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/example_output/Langchain_Full_output.ipynb)
29
+
*[Question-Answering with LLMs (Complete Guide including LlamaIndex)](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/example_output/Langchain_Full_output.ipynb)
30
30
31
31
### ArangoDB
32
-
These notebooks are interactive and take the hands-on learning approach, so feel free to play around and change things. Each notebook provides an intoduction to its covered topics along with the ability to immediately see it in action.
32
+
These notebooks are interactive and take the hands-on learning approach, so feel free to play around and change things. Each notebook provides an intoduction to its covered topics along with the ability to see it in action immediately.
33
33
34
34
Most notebooks were developed with Google Colab in mind and many have an [](#) button.
0 commit comments