EdgeChains icon indicating copy to clipboard operation
EdgeChains copied to clipboard

EdgeChains.js Typescript/Javascript production-friendly Generative AI. Based on Jsonnet. Works anywhere that Webassembly does. Prompts live declaratively & "outside code in config". Kubernetes & edge...

Results 107 EdgeChains issues
Sort by recently updated
recently updated
newest added

this bounty refers to the JS SDK only http://github.com/arakoodev/EdgeChains/tree/ts/JS/edgechains we are super inspired by Litellm in python (and have a lot of respect for them) - https://github.com/BerriAI/litellm and we want...

💎 Bounty

this bounty is for the javascript sdk only - https://github.com/arakoodev/EdgeChains/tree/ts/JS/edgechains links: - https://aws.amazon.com/blogs/machine-learning/how-to-redact-pii-data-in-conversation-transcripts/ - https://aws.amazon.com/blogs/machine-learning/detecting-and-redacting-pii-using-amazon-comprehend/ this bounty will marked complete when: - add new classes that can be **chained** with...

💎 Bounty

Currently, the javascript SDK supports only openai (https://github.com/arakoodev/EdgeChains/tree/ts/JS/edgechains/lib/src/lib/endpoints) we want you to add support for Palm2 api from google. https://developers.generativeai.google/ bounty will deemed complete when: 1. you have the classes...

💎 Bounty

the javascript sdk here uses postgres/supabase as the default vector database. works well. https://github.com/arakoodev/EdgeChains/blob/ts/JS/edgechains/examples/src/service/HydeSearchService.ts#L64 https://github.com/arakoodev/EdgeChains/blob/ts/JS/edgechains/lib/src/lib/clients/PostgresClient.ts we want to add support for qdrant vector database https://qdrant.github.io/qdrant/redoc/index.html please dont use qdrant packages...

💎 Bounty

https://escape.tech/securegpt/

Added Various Fixes for TS errors & dependency missings

Method Naming and Display Name: Renamed the test methods to provide clearer names and added @DisplayName annotations And Added Assertions Static Import, Reduced Visibility of Test Methods.