[PR #73] [MERGED] feat: add log message for index creation in test_vector_store #84

Closed
opened 2026-02-16 07:16:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-pinecone/pull/73
Author: @theanupllm
Created: 9/2/2025
Status: Merged
Merged: 9/2/2025
Merged by: @theanupllm

Base: mainHead: anup/release-fix


📝 Commits (5)

  • 76d80cc fix: add environment variables for Pinecone and OpenAI API keys in unit tests
  • 841dde2 fix: ensure environment variables for Pinecone and OpenAI API keys are set in release workflow
  • 2b12c4d feat: add log message for index creation in test_vector_store
  • 8783145 fix: add noqa comment to suppress linting warning for index creation print statement
  • 3f9f220 fix: format code for consistency in get_min_versions.py and embedding-and-reranking.ipynb

📊 Changes

4 files changed (+104 additions, -92 deletions)

View changed files

📝 .github/scripts/get_min_versions.py (+6 -4)
📝 .github/workflows/_release.yml (+5 -0)
📝 examples/embedding-and-reranking.ipynb (+92 -88)
📝 libs/pinecone/tests/integration_tests/test_embeddings.py (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-pinecone/pull/73 **Author:** [@theanupllm](https://github.com/theanupllm) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@theanupllm](https://github.com/theanupllm) **Base:** `main` ← **Head:** `anup/release-fix` --- ### 📝 Commits (5) - [`76d80cc`](https://github.com/langchain-ai/langchain-pinecone/commit/76d80cc6942a89061fd9da5422950544c8b45d26) fix: add environment variables for Pinecone and OpenAI API keys in unit tests - [`841dde2`](https://github.com/langchain-ai/langchain-pinecone/commit/841dde23f39637a14a2101780ae8446e2bd5d8a5) fix: ensure environment variables for Pinecone and OpenAI API keys are set in release workflow - [`2b12c4d`](https://github.com/langchain-ai/langchain-pinecone/commit/2b12c4d05c6614064701df4fc61af6f36594eba4) feat: add log message for index creation in test_vector_store - [`8783145`](https://github.com/langchain-ai/langchain-pinecone/commit/878314532073b1ce8b312f2d3b99b1035d42402b) fix: add noqa comment to suppress linting warning for index creation print statement - [`3f9f220`](https://github.com/langchain-ai/langchain-pinecone/commit/3f9f2202aa5eb314605af91a6d470864ca8a6235) fix: format code for consistency in get_min_versions.py and embedding-and-reranking.ipynb ### 📊 Changes **4 files changed** (+104 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `.github/scripts/get_min_versions.py` (+6 -4) 📝 `.github/workflows/_release.yml` (+5 -0) 📝 `examples/embedding-and-reranking.ipynb` (+92 -88) 📝 `libs/pinecone/tests/integration_tests/test_embeddings.py` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 07:16:13 -05:00
yindo closed this issue 2026-02-16 07:16:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-pinecone#84