We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ceb36 commit 4a8b851Copy full SHA for 4a8b851
libs/langgraph-checkpoint-mongodb/tests/integration_tests/conftest.py
@@ -9,6 +9,7 @@
9
@pytest.fixture(scope="session")
10
def embedding() -> Embeddings:
11
if os.environ.get("AZURE_OPENAI_ENDPOINT"):
12
+ raise ValueError("ALSO REMOVE BEFORE MERGING")
13
return AzureOpenAIEmbeddings(model="text-embedding-3-small")
14
if os.environ.get("OPENAI_API_KEY"):
15
return OpenAIEmbeddings(
0 commit comments