adegboyegaFAU

Results 4 comments of adegboyegaFAU

Hi, I cant seem to get it to work. I've installed keybert and openai as follows: ``` pip install keybert pip install openai ``` The versions are: ``` keybert 0.8.3...

Works now! Thanks @MaartenGr. I'd actually previously tried that from @lfoppiano's post on fix #189 and it didn't work. Turns out that what I didn't do after uninstalling keybert then...

This has been implemented on llamaindex but having trouble using [LlamaIndexTextSplitterAdapter](https://neo4j.com/docs/neo4j-graphrag-python/current/api.html#llamaindextextsplitteradapter) because llamaindex implementation is designed to accept multiple documents whereas [LlamaIndexTextSplitterAdapter](https://neo4j.com/docs/neo4j-graphrag-python/current/api.html#llamaindextextsplitteradapter) accepts single documents.

@jrgemignani Yes. I've tried all sorts of attempts at escaping but only one seemed to work but it includes quotes in the resulting string. So for the given example, I'd...