Skip to content

Commit

Permalink
refactor: moving files
Browse files Browse the repository at this point in the history
  • Loading branch information
gusye1234 committed Sep 6, 2024
1 parent b985264 commit 92b17cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ Below are the components you can use:
| Vector DataBase | [`nano-vectordb`](https://github.com/gusye1234/nano-vectordb) | Built-in |
| | [`hnswlib`](https://github.com/nmslib/hnswlib) | Built-in, [examples](./examples) |
| | [`milvus-lite`](https://github.com/milvus-io/milvus-lite) | [examples](./examples) |
| | [faiss](https://github.com/facebookresearch/faiss?tab=readme-ov-file) | [examples](./examples) |
| Visualization | graphml | [examples](./examples) |

- `Built-in` means we have that implementation inside `nano-graphrag`. `examples` means we have that implementation inside an tutorial under [examples](./examples) folder.

Expand Down Expand Up @@ -312,21 +314,21 @@ You can refer to `nano_graphrag.base` to see detailed interfaces for each compon

## FQA

Check [FQA](./FAQ.md).
Check [FQA](./docs/FAQ.md).



## Roadmap

See [ROADMAP.md](./ROADMAP.md)
See [ROADMAP.md](./docs/ROADMAP.md)




## Benchmark

- [benchmark for English](./benchmark-en.md)
- [benchmark for Chinese](./benchmark-zh.md)
- [benchmark for English](./docs/benchmark-en.md)
- [benchmark for Chinese](./docs/benchmark-zh.md)



Expand Down

0 comments on commit 92b17cc

Please sign in to comment.