mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 01:31:02 +02:00
Fixed missed comma
This commit is contained in:
parent
b98e553965
commit
6bfa01d580
2 changed files with 8 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ setuptools.setup(
|
|||
"openai",
|
||||
"neo4j",
|
||||
"tiktoken",
|
||||
"google-generativeai"
|
||||
"google-generativeai",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/chunker-recursive",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue