Find answers from the community

Updated last year

Yes try with putting your query with . And there's Mendable on official documentation site

Yes try with putting your query with @kapa.ai. And there's Mendable on official documentation site
k
2 comments
Please stand by @WhiteFang_Jr as I search the knowledge base. I normally take about 20 seconds or so. :wave:
----------------------
I'm sorry, but your question is not clear. If you're asking about how to use LlamaIndex for querying, you can use the query method of the query_engine object. Here's an example:

Plain Text
query_engine = index.as_query_engine()
response = query_engine.query("Your query here")
print(response)

This code snippet is from the LlamaIndex Starter Tutorial ().

However, I couldn't find any reference to "Mendable" in the provided extracts. Could you please provide more details or clarify your question?
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Add a reply
Sign up and join the conversation on Discord