Find answers from the community

S
SKP
Offline, last seen 3 months ago
Joined September 25, 2024
have the link, I was giving heads up .I originally found you guys via search engine assuming its a big part of your inbound marketing.
1 comment
j
Do we gave a place to request some paid help with Llama? Jobs or expertise needed channel?
1 comment
d
silly question but will all the plugins still work?
3 comments
j
S
If I have a database of blogs, is it possible to return the reference site when getting answers back?
2 comments
S
L
thank you for that heads up. Here is his follow up email to me.
1 comment
M
Gpt does not know Gpt-Index 🥲
1 comment
j
I am just starting my journey so trying to understand this. My goal here is to feed gpt compliance frameworks, then specific policies for each company that that can query against. After that real-time integration into customer data so customer can ask what does the framework say around patching, next what do our policies say and after that ask how many of our systems are compliant.
5 comments
S
F
R
S
SKP
·

Error

This is my code. from llama_index import GPTSimpleVectorIndex, download_loader

SimpleWebPageReader = download_loader("SimpleWebPageReader")

loader = SimpleWebPageReader()
documents = loader.load_data(urls=['https://google.com'])
index = GPTSimpleVectorIndex(documents)
index.query('What language is on this website?')
1 comment
L
any chance there is a POstman json file loader?
4 comments
L
S
j