Update status and roadmap section (#53)
* Update status and roadmap section * update * update
This commit is contained in:
parent
ea0bb87ff3
commit
398e1c13dc
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
|
@ -342,17 +342,18 @@ print_facts(results)
|
|||
|
||||
## Status and Roadmap
|
||||
|
||||
wip, but endavour to not break API.
|
||||
graphiti is under active development. We aim to maintain API stability while working on:
|
||||
|
||||
graphiti is under active development. Areas we're actively working on:
|
||||
- [ ] Implementing node and edge CRUD operations
|
||||
- [ ] Improving performance and scalability
|
||||
- [ ] Achieving good performance with different LLM and embedding models
|
||||
- [ ] Creating a dedicated embedder interface
|
||||
- [ ] Supporting custom graph schemas:
|
||||
- Allow developers to provide their own defined node and edge classes when ingesting episodes
|
||||
- Enable more flexible knowledge representation tailored to specific use cases
|
||||
- [ ] Enhancing retrieval capabilities with more robust and configurable options
|
||||
- [ ] Expanding test coverage to ensure reliability and catch edge cases
|
||||
|
||||
- performance and scalability
|
||||
- search improvements
|
||||
- node CRUD
|
||||
|
||||
TODO: expand on the above. Include ROADMAP
|
||||
|
||||
Latency scales sublinearly with graph size, with a cap
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue