Skip to content

Commit

Permalink
docs: add GGML and Llama.cpp links to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Aug 3, 2024
1 parent 9db5673 commit 2e58f50
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
## Learning AI
This repository contains notes and code examples related to AI.

* [Fundamentals](./fundamentals/README.md)

### Examples

* [Embeddings](./embeddings) Word embeddings examples in Rust and Python
* [OpenAI API](./openai) OpenAI API examples written in Rust and Python
* [Huggingface API](./hugging-face/python) Huggingface API example written in Python
* [Qdrant Vector Database](./vector-databases/qdrant) Examples in Python and Rust
* [LanceDB Vector Database](./vector-databases/lancedb) Examples in Python and Rust
* [Langchain examples](./langchain) Langchain examples written in Python

### Notes

* [AI/ML general](./notes/background.md)
Expand All @@ -23,3 +12,15 @@ This repository contains notes and code examples related to AI.
* [Copilot notes](./notes/copilot.md)
* [Rust AI/ML crates](./notes/rust.md)
* [Symbols](./notes/symbols.md)

### Examples/Exploration code

* [GGML](./fundamentals/ggml) GGML C library exploration code
* [LLama.cpp](fundamentals/llama.cpp) Llama.cpp library exploration code
* [Embeddings](./embeddings) Word embeddings examples in Rust and Python
* [OpenAI API](./openai) OpenAI API examples written in Rust and Python
* [Huggingface API](./hugging-face/python) Huggingface API example written in Python
* [Qdrant Vector Database](./vector-databases/qdrant) Examples in Python and Rust
* [LanceDB Vector Database](./vector-databases/lancedb) Examples in Python and Rust
* [Langchain examples](./langchain) Langchain examples written in Python

0 comments on commit 2e58f50

Please sign in to comment.