Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
explorer
e
explorer
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
e
explorer
last year
·
LangchainLLM
I am trying to use this example (
https://gpt-index.readthedocs.io/en/latest/examples/usecases/10k_sub_question.html
) with LangChainLLM (
https://gpt-index.readthedocs.io/en/latest/reference/llms/langchain.html
) - I am not sure where do I pass the LLM name. for example, I am trying to use Bedrock from Langchain (
https://python.langchain.com/docs/modules/model_io/models/llms/integrations/bedrock
)
96 comments
e
L
e
explorer
last year
·
I am trying to use this example https
I am trying to use this example (
https://gpt-index.readthedocs.io/en/latest/examples/usecases/10k_sub_question.html
) with LangChainLLM (
https://gpt-index.readthedocs.io/en/latest/reference/llms/langchain.html
) - I am not sure where do I pass the LLM name. for example, I am trying to use Bedrock from Langchain (
https://python.langchain.com/docs/modules/model_io/models/llms/integrations/bedrock
)
1 comment
d
e
explorer
last year
·
VectorIndexRetriever, Rerank, Query mode, Response Mode
I am looking to sort VectorIndexRetriever by the rank. I see this.
https://gpt-index.readthedocs.io/en/latest/core_modules/query_modules/node_postprocessors/modules.html#fixedrecencypostprocessor
but not sure how can I use it
7 comments
L
e
e
explorer
last year
·
what could the the reason the metadata
what could the the reason the metadata from the query_engine.query is coming empty? i am getting response fine
21 comments
e
P
L