├── .gitignore ├── HuggingFaceEmbedder.py ├── LICENSE ├── LocalAiClient.py ├── README.md ├── app.py ├── json.gbnf └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/.gitignore -------------------------------------------------------------------------------- /HuggingFaceEmbedder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/HuggingFaceEmbedder.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/LICENSE -------------------------------------------------------------------------------- /LocalAiClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/LocalAiClient.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/app.py -------------------------------------------------------------------------------- /json.gbnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/json.gbnf -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonymantoan/local_graphiti/HEAD/requirements.txt --------------------------------------------------------------------------------