Jadyn
Jadyn
I can use gpt-35-turbo with `AddAzureChatCompletionService`, but when I use the VS Code extension `Semantic Kernel Tools`, it does not work with gpt-35-turbo. I also can't find the source code...
### Motivation and Context Postgres supports cosine similarity search by installing the [pgvector extension](https://github.com/pgvector/pgvector). ### Description Add a new Semantic Memory Connector leveraging Postgres with pgvector extension. Update the syntax...
Postgres supports cosine similarity search by installing the [pgvector extension](https://github.com/pgvector/pgvector).
### Motivation and Context Redis supports cosine similarity search by the [RediSearch](https://redis.io/docs/stack/search) module. ### Description Add a new Semantic Memory Connector leveraging Redis with RediSearch module. Update the syntax example...
Redis supports cosine similarity search by the [RediSearch](https://redis.io/docs/stack/search) module.
### Description I'm not familiar with StableDiffusion, and I don't have the service. But OpenAI's DALL-E 2 seems to provide a similar service, and semantic-kernel has support for it. Can...