Bernhard J. Conzelmann
Bernhard J. Conzelmann
Highly appreciated if this is documented. I haven't looked into the Rust code, but from a python perspective this is very opaque.
> @HunGYuHeng are you taking these same steps, or their equivalent on windows? If so, you need to check to make sure each step is successful. I get the same...
Troubleshooting suggests, that this has to do with the non-supported spark version and wrong build in which the Intervalize class is missing. After compiling a version for spark 2.4 the...
I managed to build it for the current databricks runtimes (5.3 and above; tested with 6.1) Steps to reproduce: 0. Requirements: [install sbt](https://www.scala-sbt.org/release/docs/Installing-sbt-on-Windows.html) 1. git clone official ts-flint repository with...
@danielaskdd ready to merge if you want.
This is the intention. Once all prompt templates are exposed with this PR you could do this: **Directory structure:** ``` my_docs/ └── books/ ├── book1.txt ├── book2.txt └── articles/ ├──...
- cleaned up and separated query from insert prompts d71ceb9 - added checks to prevent possible problems when customizing critical prompt templates 3d7b1df - added exhaustive examples to illustrate usage...
Just in case I missed it? @danielaskdd do you still need anything to approve this PR?
> Whats the status here? I am waiting for maintainer @danielaskdd to review latest proposal. > The current design, as discussed in [#1353](https://github.com/HKUDS/LightRAG/issues/1353), has some limitations instead, especially when we...