None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. Token indices sequence length is longer than the specified maximum sequence length for this model (3324 > 1024). Running this sequence through the model will result in indexing errors
documents = SimpleDirectoryReader('./hcaa/static').load_data() GPTOpensearchIndex(documents=documents, client=self.opensearch_client)
GPTOpensearchIndex
object to queryfrom llama_index.data_structs.data_structs import OpensearchIndexDict index = GPTOpensearchIndex(client=self.opensearch_client, index_struct=OpensearchIndexDict()) response = index.query(q)