Find answers from the community

Home
Members
metahash
m
metahash
Offline, last seen 4 months ago
Joined September 25, 2024
Hi everyone! Im building a web app using gpt_index, when I run the app, I get this
Plain Text
from langchain.utilities import RequestsWrapper
22:03:11 worker.1 | ModuleNotFoundError: No module named 'langchain.utilities'

Im importing like so:
Plain Text
from gpt_index import GPTListIndex, GoogleDocsReader

Anyone has seen this before?
11 comments
j
m
Hi all, I cant seem to figure out how to load and query a pinecone index. I have a pinecone index stored in pinecone. I want to load that index and query it at a different time than index construction. I get an error when I use the vanilla query.index() function, it expects the query to come in vector form. How can I resolve this issue?
2 comments
E
m
Hi everyone, Im trying to store a slack conversation history for my slack workspace and then use gpt-index to query the data. Im not sure whats the best way to model slack chat data. Lets say I were to use mongodb to store the chat data, how can I store it? Do I concatenate slack messages and store the entire history for a single channel in a single document, or do I store every message separately. Any pointer is much appreciated
12 comments
j
m
B
T