rahulnyk / knowledge_graph

Convert any text to a graph of knowledge. This can be used for Graph Augmented Generation or Knowledge Graph based QnA
1.19k stars 237 forks source link

Add conda environment setup file #10

Closed MaximilianKr closed 7 months ago

MaximilianKr commented 7 months ago

Added a conda environment.yml for an alternative setup to avoid dependency conflicts.

Setup:

conda env create -f environment.yml

Activate the environment:

conda activate knowledge-graph

Run Jupyter Lab inside the conda environment:

jupyter lab