aiswaryasankar
Results
2
issues of
aiswaryasankar
I've tried nearly every permutation of dependencies but keep running into these conflicts Also why is crewai dependent on such an old version of openAI? Even if I downgrade to...
### Describe the bug The following code in llama index throws an error when run with langfuse ``` transformations = [ HierarchicalNodeParser.from_defaults(chunk_sizes=[4096, 2048]), Settings.embed_model, ] pipeline = IngestionPipeline(transformations=transformations) nodes =...
🐞❔ unconfirmed bug