timescale / pgai

Bring AI models closer to your PostgreSQL data
PostgreSQL License
318 stars 11 forks source link

Test code organization #27

Closed jgpruitt closed 1 week ago

jgpruitt commented 3 weeks ago

We probably want a separate SQL file of unit tests per provider (OpenAI vs Ollama for example). Then, we can have the main tests.sql file selectively run tests based on arguments/environment variables. That way, if you are working on Ollama, you can skip the OpenAI tests and not burn through credits etc.

jgpruitt commented 1 week ago

this was addressed in v0.2.0