Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated last year
0
Follow
Secinsights
Secinsights
Inactive
0
Follow
t
tarpus
last year
Β·
for the sec-insights UI, can I just use my own RAG code, and leverage the UI as just a front-end?
L
t
b
5 comments
Share
Open in Discord
L
Logan M
last year
Definitely. You mostly just have to make sure the chat endpoint works, but you can handle that however you want
https://github.com/run-llama/sec-insights/blob/e7f20213c60984dec2d25106ae4c3501e19c88c0/backend/app/api/endpoints/conversation.py#L101
By default, it's using the code here
https://github.com/run-llama/sec-insights/blob/e7f20213c60984dec2d25106ae4c3501e19c88c0/backend/app/chat/messaging.py#L125
Which is using the chat engine created here
https://github.com/run-llama/sec-insights/blob/e7f20213c60984dec2d25106ae4c3501e19c88c0/backend/app/chat/engine.py#L242
t
tarpus
last year
ok.I want to try this
t
tarpus
last year
Logan you are the man! You're working on the weekend!
L
Logan M
last year
Haha I'm always lurking π₯·
b
bmax
last year
Logan always here
Add a reply
Sign up and join the conversation on Discord
Join on Discord