Skip to content

Commit 4a9b599

Browse files
authored
Added IndexLlama to Readme (#109)
1 parent 6677f16 commit 4a9b599

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you will find tutorials and interactive notebooks for ArangoDB features. Th
66

77
## Learn
88
There are a few sections for getting started with Interactive Tutorials:
9-
* [Machine Learning](#machine-learning): Links to the various ArangoDB machine learning projects and learning content.
9+
* [Machine Learning](#machine-learning): Links to the various ArangoDB machine-learning projects and learning content.
1010
* [ArangoDB](#arangodb): The interactive tutorials maintained in this repo that cover all aspects of ArangoDB.
1111
* [Community Notebooks](#community-notebooks): Amazing submissions from the community!
1212
* [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
2424
* [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)
2525
* [Graph Neural Networks with PyTorch](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/predict_Movie_Rating_GNN.ipynb)
2626
* [Matrix Factorization](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/similarMovie_MF_ML_Inference.ipynb)
27-
* ArangoDB + LangChain
27+
* ArangoDB + LangChain + LlamaIndex
2828
* [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)
3030

3131
### 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.
3333

3434
Most notebooks were developed with Google Colab in mind and many have an [![](https://colab.research.google.com/assets/colab-badge.svg)](#) button.
3535

0 commit comments

Comments
 (0)