Benvorth
Benvorth
Apache Phoenix does not provide an INSERT statement. Instead UPSERT is the only way to insert data to HBase via Phoenix.
Took me a bit to find the correct imports : ``` from langchain.schema.vectorstore import VectorStoreRetriever from langchain.callbacks.manager import CallbackManagerForRetrieverRun from langchain.schema.document import Document from typing import List ... ```
I added a Pull-request fixing this in the dockerfile (#4). Please noe that this would need to run `docker build` with the `DOCKER_BUILDKIT=1` flag since `chmod`-ing something is a feature...
Any plan on adding this? Would really be great...