Cesar De la Torre
Cesar De la Torre
I think AKS is able to cache the Docker Image from the ACR Registry after doing the first pull of the image. However with ACI it might need to always...
Filed relared perf papercut: https://msdata.visualstudio.com/Vienna/_workitems/edit/587847
Also filed as a bug (instead of task) here: https://msdata.visualstudio.com/Vienna/_workitems/edit/587604
I believe the fix should be to replace that line to this: pip install . Since in newer versions of pip the "in-tree-build" feature should be integrated by default in...
Hey @AlonsoGuevara. I was testing the [graphrag_import_neo4j_cypher.ipynb](https://github.com/microsoft/graphrag/blob/community/graphrag_import_neo4j_cypher/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb) notebook (curently in the **branch community/graphrag_import_neo4j_cypher**) importing my own parquet files generated with GraphRAG into my NEO4J instance. I could run most of...
@k2ai Once it's in the NEo4j database, I'm using Neo4j desktop or in the cloud. What kind of "retrieval notebooks" are you thinking that it'd be useful? This is how...
k2ai - Understand, but that's unrelated to Neo4j, right? It's done with GraphRAG outputs and feeding back the GPT model. You won't use anything from Neo4j for that, right? -...