Christopher Scheidel
Christopher Scheidel
@froschdesign: Thanks for the feedback, I will check using PSR-7 ... more than happy to move beyond the deprecated dependency. Once I do so, let me see if this occurs...
Thanks for responding. > The library already has the ability to run a sequence of events using [TimedEvents](https://github.com/MattIPv4/PyDMXControl/blob/master/PyDMXControl/utils/timing/_TimedEvents.py) Cool, I did not see this in the library. Let me take...
> I would be happy to accept a PR that implements something internal on FixtureHelper/Fixture to keep track of the current animation, and expose a method to clear it. Ok...
> I would be happy to accept a PR that implements something internal on FixtureHelper/Fixture to keep track of the current animation, and expose a method to clear it. @MattIPv4:...
Unfortunately I haven't found a good way to do this yet. Will keep this open in case I run across one. We also have trouble with redirects that detect lack...
You'd get this error when your project dependencies are calling for `"fivefilters/readability.php": "dev-master"` while this library is using `"fivefilters/readability.php": "2.1.0"` It looks like readability [has been updated](https://github.com/fivefilters/readability.php/commit/ec7fb4d8504118d918699d5df8cd07c91af2f9b3) since I locked...
Issue appears to be related to the way that Slashdot serves pages: ``` Configuration read from /Users/cscheide/Desktop/php-article-extractor/phpunit.xml E Testing: https://tech.slashdot.org/story/17/04/30/1821230/e-commerce-is-clogging-city-streets-with-delivery-trucks Checking for redirects on https://tech.slashdot.org/story/17/04/30/1821230/e-commerce-is-clogging-city-streets-with-delivery-trucks count 0 Redirect found to:...
Possible Cause? I have noticed that `quiver_rag.py` creates the vector store against the `vectors` table [here](https://github.com/QuivrHQ/quivr/blob/ccf4e0304aea08d3dce7aaad61c8465b6bb774df/backend/modules/brain/rags/quivr_rag.py#L159), overriding the default argument of `match_vectors` -- while `supabase.py` performs the `similarity_search` function against...
Hello there! Thanks for the response. Yeah I noticed that with 10 or so of documents it was ok, but as soon as I added 200 or so, it fell...