ServiceContextIstantiating
and previous error massage has gone, but another one is pulled outdefault__vector_store.json
file, it should be a JSON with this structure>>> from llama_index.embeddings import GooglePaLMEmbedding >>> embed_model = GooglePaLMEmbedding(api_key="....", model_name="models/embedding-gecko-001") >>> out = embed_model.get_text_embedding("test")
llm=PaLM( api_key=os.getenv("GOOGLE_AI_API_KEY"), model_name="models/text-bison-001", )