Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ RAG is good because:

[Chunker Module](atlas/core/chunker/README.md)

#### Embedding and Indexing
#### Embedding

[Embedding Module](atlas/core/embedder/README.md)
[Embedder Module](atlas/core/embedder/README.md)

#### Indexing

[Indexer Module](atlas/core/indexer/README.md)

#### Obsidian

Expand Down Expand Up @@ -78,7 +82,9 @@ So it follows the scaling law that even a small LLM when trained on enough quali

## Architecture

High level [architecture diagram](Resources/Atlas_Architecture.png)
Architecture diagram:

![architecture diagram](Resources/Atlas_Architecture.png)

A sample of the `obsidian_index.json` is as below:

Expand Down