Skip to content
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

Design Javascript/Typescript equivalent of the Edgechains library #256

Closed
wants to merge 1 commit into from
Closed

Conversation

Hrushi20
Copy link

I'm interested in working on rewriting the library into Js/Ts. I raised this Pull Request as part of Design. I've got a high level overview of Project.

Based on my understanding-

  • A user hits a rest endpoint to interact with LLM.
  • Edgechains parses the request, extract information, builds query using jsonnet.
  • The query is forwarded to OpenAI via http and the response is returned back to the user.

I am not sure what the postgresChain, redisChain do?

Also, what is the final scope of the project? What kind of jsonnet files do we have to execute?

@github-actions
Copy link

github-actions bot commented Oct 18, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Hrushi20 Hrushi20 marked this pull request as draft October 18, 2023 10:30
@Hrushi20
Copy link
Author

I have read the Arakoo CLA Document and I hereby sign the CLA

@Hrushi20
Copy link
Author

Hrushi20 commented Oct 18, 2023

/recheck

@sandys
Copy link
Contributor

sandys commented Oct 18, 2023

@Hrushi20 thanks for your interest. the work for the TS library has already progressed quite a bit on the TS branch https://github.com/arakoodev/edgechains/tree/ts

what part are you interested in enhancing ?

@Hrushi20
Copy link
Author

I'm open to working on any feature. I've seen the typescript library has been initialized. Based on the bounty, I'd like to work on integrating OpenAI requests using jsonnet.

@sandys
Copy link
Contributor

sandys commented Oct 18, 2023

I'm open to working on any feature. I've seen the typescript library has been initialized. Based on the bounty, I'd like to work on integrating OpenAI requests using jsonnet.

that work has finished in the branch.

@Hrushi20
Copy link
Author

What are the pending works left which I can contribute to?

@Hrushi20 Hrushi20 closed this Nov 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants