Richard E. Robbins

Results 3 issues of Richard E. Robbins

[InfluxDB 2.0](https://docs.influxdata.com/influxdb/v2.0/) is now available. Has anyone thought about refining this app to work with it? I may start looking at tweaking the code to that end but I fear...

I am new to Python and very new to pdoc3. I have arranged my code in the following tree. ``` ├── activity │ ├── __init__.py │ └── activity.py ├── athlete...

### System Info The example found [here](https://python.langchain.com/docs/integrations/vectorstores/azuresearch) and in particular this code fragment ``` embeddings: OpenAIEmbeddings = OpenAIEmbeddings(deployment=model, chunk_size=1) index_name: str = "langchain-vector-demo" vector_store: AzureSearch = AzureSearch( azure_search_endpoint=vector_store_address, azure_search_key=vector_store_password, index_name=index_name,...

Ɑ: vector store
🤖:bug
stale