Nicholas Long
Nicholas Long
Random thought, I think that embed_query(self, text: str) -> List[float]: Should be more like the llm_cache, and have a reference to the model being used to embed so that you...
Just noticed, it applies to this but also the current LLM cache implementation: The hash() function in python is (by default) not repeatable between runs. see: https://stackoverflow.com/questions/27522626/hash-function-in-python-3-3-returns-different-results-between-sessions This only seems...
Hi, I just ran into this as well, I made a comment on the issue below, that as a hacky workaround one can use a container name that contains a...
@bluca Thoughts?