-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from SylphAI-Inc/li
[WIP] Beta iteration [first round documents]
- Loading branch information
Showing
72 changed files
with
1,247 additions
and
1,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[tool.poetry] | ||
name = "lightrag-docs" | ||
version = "0.1.0" | ||
version = "0.0.0.beta.1" | ||
description = "Documentation for the lightrag project" | ||
authors = ["Your Name <[email protected]>"] | ||
license = "MIT" | ||
packages = [{ from = "_dummy", include = "dummy" }] # empty packages | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.11, <4.0" | ||
python = ">=3.9, <4.0" | ||
lightrag = { path = "../lightrag", develop = true } # document always follow the latest version of the library | ||
|
||
[tool.poetry.group.doc.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.