Hao Xu
Hao Xu
> Rebased. > > This PR has been approved for a few weeks. What's the next step for getting it merged? @cburroughs I'll merge it once the testes finished. thanks
Not sure what's wrong with the java test, mind do a rebase and see if that works?
This is a feature we are planning to add to feast. On a in-mature thought we can add an API that can both index and retrieve the embedding. probably can...
@boumelhaa for the online store with serach functionality, are you using the elasticsearch?
> Don't really know much about the subject, but feels like people might want to use different technologies for normal feature lookup and vector search. Is it the right time...
sorry just saw this. https://github.com/testcontainers/testcontainers-python/pull/61/files looks like default to `localhost`, so should be ok
So why do the `SqlRegistry` and `SnowflakeRegistry` has the logic of handling the caching, should it be in the `Registry` class?
> @HaoXuAI slight clarification, base class is called `BaseRegistry`. `Registry` is one of it's implementations for file-based registries. One problem in adding it directly in `BaseRegistry` is that we would...
> @HaoXuAI that's an interesting idea. They don't really work the same way, sql registry creates multiple tables to save objects, snowflake uses just one. The thing is `SqlRegistry` depends...
Sorry, merged another pr and caused a conflict. you might want to fix it :)