Ievgen Pyrogov

Results 92 comments of Ievgen Pyrogov

@tombruijn thanks for mentioning the `discard` option. I'd might just consider using it for scenarios simpler than the one I described 🤔

@unflxw you're absolutely right. Upon a second reading just now it became clear to me that I misunderstood what I saw in Oban's guide - Oban indeed doesn't give a...

@unflxw did you mean to close this one as "not planned" instead of "completed"? :)

@gulien installing MS fonts on start-up based on an ENV variable, e.g. `INSTALL_NON_FREE_FONTS` would be wonderful actually 🤔 At least for some initial period, it could be set to `true`...

We're too seeing cache restoration issue, however in our case it appears that both **runner type** and **container** have effect on the result. I'd done 3 tests: | Workflow Runs...

@petermueller would be lovely to see how you are doing it 🙏

Would be nice to have this merged 🙏

Just finished reading https://www.microsoft.com/en-us/research/blog/graphrag-new-tool-for-complex-data-discovery-now-on-github/, really interested in seeing support for GraphRAG in `knowledge` :)

â„šī¸ FWIW, latest GraphRAG release contains this PR, e.g. factoring out an API with a single function to perform indexing: https://github.com/microsoft/graphrag/pull/953. Though, at this moment there's a warning that this...

â„šī¸ There also exists a lightweight, much more hackable approach to GraphRAG: https://github.com/gusye1234/nano-graphrag