Replies: 3 comments 1 reply
-
Yes it explains it in the readme and also in the swagger page.
…On Wed, Dec 13, 2023 at 1:19 AM zooteld ***@***.***> wrote:
is there an example of using swiss_army_llama or s.a.l. as a local
embedding server setup? and how to call or post to it?
—
Reply to this email directly, view it on GitHub
<#8>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILNF3RHUZ7JLC2MBNHIEWTYJFCH3AVCNFSM6AAAAABASTTQVGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHE2TKMZYGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I must be missing it. what i was meaning is in my python app how can I send a request to the API? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just use a library like httpx or requests. The swagger page gives the exact
curl commands for each endpoint. You can just ask ChatGPT to convert that
into python code using httpx. This is just basic REST api stuff, beginner
python. Good luck
…On Fri, Dec 15, 2023 at 9:42 AM zooteld ***@***.***> wrote:
I must be missing it. what i was meaning is in my python app how can I
send a request to the API?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILNF3RRWSRY4XND3TKFZC3YJROUNAVCNFSM6AAAAABASTTQVGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQNRUHEYTK>
.
You are receiving this because you commented.Message ID:
<Dicklesworthstone/swiss_army_llama/repo-discussions/8/comments/7864915@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there an example of using swiss_army_llama or s.a.l. as a local embedding server setup? and how to call or post to it?
Beta Was this translation helpful? Give feedback.
All reactions