Skip to content

Commit

Permalink
docs: fix link to position-embeddings dir
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 2e58f50 commit d2f5267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains notes and code examples related to AI.

* [AI/ML general](./notes/background.md)
* [Embeddings](./notes/embeddings.md)
* [Position Embeddings](./notes/position-embeddings.md)
* [Position Embeddings](./notes/position-embeddings)
* [Vector Databases](./notes/vector-databases.md)
* [Transformers](./notes/transformers.md)
* [Linear-regression](./notes/linear-regression.md)
Expand Down

0 comments on commit d2f5267

Please sign in to comment.