fleet-memory/hindsight-clients/python
Derek Bouius d6b7b9b398
Fix base CI issues and the defaults in .env.example (#24)
* Add the LLM_PROVIDER in example

* fix the assert in testing recall

* trial to fix failing client tests

NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device.

* lock the sentence transformer packages to align with the breaking changes around lazy tensor loading

* Add the LLM_PROVIDER in example

* fix the assert in testing recall

* trial to fix failing client tests

* pre-cache the model so CI doesn't need workarounds

* remove assert that is a race condition

The test was checking that the bank count increased, but with parallel tests (-n 8), other tests can delete their banks while this test is running, causing a race condition. The important assertion is assert test_bank_id in final_banks - which verifies the bank was actually created.

* add debug to figure out why docker build fails sometimes

* use the CPU only version of pytorch to avoid pulling cuda libraries

* add best match strategy to uv

* change the example openai model
2025-12-11 16:48:12 -05:00
..
.openapi-generator improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
hindsight_client fix docs on clients 2025-12-11 14:23:56 +01:00
hindsight_client_api improve ci and tests (#22) 2025-12-09 19:16:00 +01:00
tests Fix base CI issues and the defaults in .env.example (#24) 2025-12-11 16:48:12 -05:00
.openapi-generator-ignore rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
openapi-generator-config.yaml rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
pyproject.toml Release v0.1.4 2025-12-11 14:24:06 +01:00
README.md fix py client 2025-12-05 01:03:07 +01:00

Hindsight Python Client