-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Chroma embedding database #403
Comments
does anyone work on this feature in your team? @dluc |
5 tasks
Thanks for creating a PR for this already @joowon-dm-snu! |
5 tasks
dluc
added a commit
that referenced
this issue
May 17, 2023
Add support for Chroma https://docs.trychroma.com/ > Chroma is the open-source embedding database. Chroma makes it easy to build LLM apps by making knowledge, facts, and skills pluggable for LLMs. ### Motivation and Context * #403 Support for Chroma embedding database * #426 Python: feat: add chroma memory store * #449 Python: feat: add chroma memory store --------- Co-authored-by: Abby Harrison <[email protected]> Co-authored-by: Abby Harrison <[email protected]> Co-authored-by: Devis Lucato <[email protected]>
shawncal
pushed a commit
to johnoliver/semantic-kernel
that referenced
this issue
May 19, 2023
Add support for Chroma https://docs.trychroma.com/ > Chroma is the open-source embedding database. Chroma makes it easy to build LLM apps by making knowledge, facts, and skills pluggable for LLMs. ### Motivation and Context * microsoft#403 Support for Chroma embedding database * microsoft#426 Python: feat: add chroma memory store * microsoft#449 Python: feat: add chroma memory store --------- Co-authored-by: Abby Harrison <[email protected]> Co-authored-by: Abby Harrison <[email protected]> Co-authored-by: Devis Lucato <[email protected]>
golden-aries
pushed a commit
to golden-aries/semantic-kernel
that referenced
this issue
Oct 24, 2023
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> fixes microsoft#380. **Instacart plugin:** <img width="234" alt="image" src="https://github.com/microsoft/chat-copilot/assets/52973358/277fbb12-d800-4002-bcc9-7c44bd64c3de"> <img width="234" alt="image" src="https://github.com/microsoft/chat-copilot/assets/52973358/51fa1c0b-e9fc-4d5a-baf6-da4381ca87f1"> **Listennotes plugin:** <img width="236" alt="image" src="https://github.com/microsoft/chat-copilot/assets/52973358/f0815449-968c-4899-9cd1-c0680399b5cc"> <img width="235" alt="image" src="https://github.com/microsoft/chat-copilot/assets/52973358/2fab7355-ca97-438f-84f0-7d3c41d6a918"> ### Description moves the fetching of the custom plugin's manifest to the backend to avoid the [CORS policy](https://web.dev/cross-origin-resource-sharing/) enforced by browsers. <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Bryan-Roe
pushed a commit
to BMR-Cloud-Dev/semantic
that referenced
this issue
Aug 17, 2024
…n /dotnet (microsoft#403) Bumps [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) from 8.6.0 to 8.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/extensions/releases">Microsoft.Extensions.Http.Resilience's releases</a>.</em></p> <blockquote> <h2>.NET Extensions 8.7.0</h2> <p>8.7.0 packages are now all published in NuGet.org.</p> <h2>What's Changed</h2> <ul> <li>Bump update-dotnet-sdk action by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5195">dotnet/extensions#5195</a></li> <li>Skip indexers in logging source-gen by <a href="https://github.com/xakep139"><code>@xakep139</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5210">dotnet/extensions#5210</a></li> <li>Merge changes from internal branch by <a href="https://github.com/joperezr"><code>@joperezr</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5219">dotnet/extensions#5219</a></li> <li>Cleanup Http.Resilience dependencies by <a href="https://github.com/pentp"><code>@pentp</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5217">dotnet/extensions#5217</a></li> <li>Fix FakeTimeProvider docs by <a href="https://github.com/gewarren"><code>@gewarren</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5227">dotnet/extensions#5227</a></li> <li>Update package dependencies by <a href="https://github.com/joperezr"><code>@joperezr</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5218">dotnet/extensions#5218</a></li> <li>[main] Update dependencies from dotnet/arcade by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5232">dotnet/extensions#5232</a></li> <li>[main] Update dependencies from dotnet/arcade by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5246">dotnet/extensions#5246</a></li> <li>Onboard new inter-branch merge flow [Configuration] by <a href="https://github.com/f-alizada"><code>@f-alizada</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5239">dotnet/extensions#5239</a></li> <li>Onboard new inter-branch merge flow [Workflow] by <a href="https://github.com/f-alizada"><code>@f-alizada</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5240">dotnet/extensions#5240</a></li> <li>[main] Update dependencies from dotnet/arcade by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5254">dotnet/extensions#5254</a></li> <li>Bump Polly to 8.4.1 by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/dotnet/extensions/pull/5258">dotnet/extensions#5258</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pentp"><code>@pentp</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/extensions/pull/5217">dotnet/extensions#5217</a></li> <li><a href="https://github.com/f-alizada"><code>@f-alizada</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/extensions/pull/5239">dotnet/extensions#5239</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/extensions/compare/v8.6.0...v8.7.0">https://github.com/dotnet/extensions/compare/v8.6.0...v8.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/extensions/commit/fd7f146c648a58c1092cb4fe510e76d5d2fc19b3"><code>fd7f146</code></a> Merged PR 40900: Build fix</li> <li><a href="https://github.com/dotnet/extensions/commit/6d6d7c735cc86c24e050c2691beb57e36c08e4ff"><code>6d6d7c7</code></a> Merged PR 40899: Prepare 8.7 release</li> <li><a href="https://github.com/dotnet/extensions/commit/ce8822437766c6ba2a60c4dcaaea9caa65277f3a"><code>ce88224</code></a> Bump Polly to 8.4.1 (<a href="https://redirect.github.com/dotnet/extensions/issues/5258">#5258</a>)</li> <li><a href="https://github.com/dotnet/extensions/commit/674c755542a979257ce722db0f4396d9191d7156"><code>674c755</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20240628.2 (#...</li> <li><a href="https://github.com/dotnet/extensions/commit/afde87b8812ef0b1dcee5db35cb3a49ca6dc9197"><code>afde87b</code></a> Onboard new inter-branch merge flow [Workflow] (<a href="https://redirect.github.com/dotnet/extensions/issues/5240">#5240</a>)</li> <li><a href="https://github.com/dotnet/extensions/commit/3a6e7caa910b2358ee8d9abfd69a50111fe710a2"><code>3a6e7ca</code></a> Onboard new inter-branch merge flow [Configuration] (<a href="https://redirect.github.com/dotnet/extensions/issues/5239">#5239</a>)</li> <li><a href="https://github.com/dotnet/extensions/commit/a5c73223a921ceaf482f1f2aaa03dce2894105a4"><code>a5c7322</code></a> Remove the release/8.0 - main mapping</li> <li><a href="https://github.com/dotnet/extensions/commit/5bc6019f240dded262e1455bd91217c6c1c6466e"><code>5bc6019</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20240624.1 (#...</li> <li><a href="https://github.com/dotnet/extensions/commit/81a60775629fa8e79279c021ae2c6d4ffe189e3b"><code>81a6077</code></a> Onboard new inter-branch merge flow [Configuration]</li> <li><a href="https://github.com/dotnet/extensions/commit/50dd0441fb778729e6bd35973e3992d9f5e26126"><code>50dd044</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20240611.3 (#...</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/extensions/compare/v8.6.0...v8.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.Http.Resilience&package-manager=nuget&previous-version=8.6.0&new-version=8.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for Chroma https://docs.trychroma.com/
The text was updated successfully, but these errors were encountered: