Ceglowa
Results
2
issues of
Ceglowa
Hi, I am running an online learning scenario with River and OpenAI as representation_model. I have the following code: ``` representation_model = OpenAI(model="gpt-3.5-turbo", exponential_backoff=True, chat=True) umap_model = IncrementalPCA() vectorizer_model =...
Hi, I am using the Python SDK to connect to Weaviate. Additionally, I am create collection that is able to send requests to Azure OpenAI, using `text2vec-azure-openai` module. To use...