Commit Graph

12632 Commits

Author SHA1 Message Date
Chester Curme
b0b0371fdc x 2025-02-04 15:18:02 -05:00
Chester Curme
03ae7d4523 x langchain-community==0.3.17rc1 2025-02-04 15:01:55 -05:00
Chester Curme
5f448331c2 x 2025-02-04 14:50:57 -05:00
Chester Curme
a87d670630 x 2025-02-04 14:46:06 -05:00
Chester Curme
38cb39f3ba x 2025-02-04 14:36:42 -05:00
Chester Curme
3dc938b0ba Revert "VIRTUAL_ENV: .venv"
This reverts commit 99ed91fd71.
2025-02-04 14:32:49 -05:00
Chester Curme
99ed91fd71 VIRTUAL_ENV: .venv 2025-02-04 14:28:08 -05:00
Chester Curme
42988b8f62 x 2025-02-04 13:54:00 -05:00
Chester Curme
fbf271fcb9 fix sqlite caching in test 2025-02-04 13:24:30 -05:00
Chester Curme
b432d3ca75 x 2025-02-04 13:21:57 -05:00
Chester Curme
26c7a54001 x 2025-02-04 13:03:22 -05:00
Chester Curme
c74e68647b x 2025-02-04 12:57:46 -05:00
Chester Curme
3bb8ea6527 x 2025-02-04 12:51:26 -05:00
Chester Curme
39c4129e38 x 2025-02-04 12:46:51 -05:00
Chester Curme
2358a5a65c x 2025-02-04 12:29:41 -05:00
Chester Curme
eb2d8243d9 x 2025-02-04 12:19:39 -05:00
Chester Curme
035892f0df x 2025-02-04 12:16:19 -05:00
Chester Curme
bc4c706f82 x 2025-02-04 12:03:57 -05:00
Chester Curme
1f309366ac x 2025-02-04 11:57:38 -05:00
Chester Curme
98a0cf2ea2 Revert "x"
This reverts commit e6136ca0d5.
2025-02-04 11:57:04 -05:00
Chester Curme
e6136ca0d5 x 2025-02-04 11:53:51 -05:00
Chester Curme
795ebf081c x 2025-02-04 11:45:40 -05:00
Chester Curme
488dfb4ffa x 2025-02-04 11:39:24 -05:00
Chester Curme
d3b9a4ea18 bound ruff 2025-02-04 11:32:27 -05:00
Chester Curme
43900925d4 x 2025-02-04 11:26:46 -05:00
Chester Curme
2f2b06e754 fix check_prerelease_dependencies script langchain-text-splitters==0.3.6rc1 2025-02-04 11:11:29 -05:00
Chester Curme
d54b964540 Revert: add lxml to test dependencies 2025-02-04 11:05:23 -05:00
Chester Curme
4361786f4b fix spacy constraints 2025-02-04 10:55:57 -05:00
Chester Curme
b5229bb86c x 2025-02-04 10:47:57 -05:00
Chester Curme
b643307826 add lxml to test dependencies 2025-02-04 10:44:05 -05:00
Chester Curme
4c24c8c4d9 update text-splitters 2025-02-04 10:40:57 -05:00
Chester Curme
d8faef3549 set UV_FROZEN langchain-core==0.3.34rc1 2025-02-04 10:12:00 -05:00
Chester Curme
c1ea9518b2 specify --frozen 2025-02-04 09:53:16 -05:00
Chester Curme
7a3643effa increment core version 2025-02-04 09:46:13 -05:00
Chester Curme
407f331beb Merge branch 'master' into cc/migrate_uv 2025-02-04 09:42:27 -05:00
Philippe PRADOS
5771e561fb [Bugfix langchain_community] Fix PyMuPDFLoader (#29550)
- **Description:**  add legacy properties
    - **Issue:** #29470
    - **Twitter handle:** pprados
2025-02-04 09:24:40 -05:00
Ashutosh Kumar
65b404a2d1 [oci_generative_ai] Option to pass auth_file_location (#29481)
**PR title**: "community: Option to pass auth_file_location for
oci_generative_ai"

**Description:** Option to pass auth_file_location, to overwrite config
file default location "~/.oci/config" where profile name configs
present. This is not fixing any issues. Just added optional parameter
called "auth_file_location", which internally supported by any OCI
client including GenerativeAiInferenceClient.
2025-02-03 21:44:13 -05:00
Teruaki Ishizaki
aeb42dc900 partners: Fixed the procedure of initializing pad_token_id (#29500)
- **Description:** Add to check pad_token_id and eos_token_id of model
config. It seems that this is the same bug as the HuggingFace TGI bug.
It's same bug as #29434
- **Issue:** #29431
- **Dependencies:** none
- **Twitter handle:** tell14

Example code is followings:
```python
from langchain_huggingface.llms import HuggingFacePipeline

hf = HuggingFacePipeline.from_model_id(
    model_id="meta-llama/Llama-3.2-3B-Instruct",
    task="text-generation",
    pipeline_kwargs={"max_new_tokens": 10},
)

from langchain_core.prompts import PromptTemplate

template = """Question: {question}

Answer: Let's think step by step."""
prompt = PromptTemplate.from_template(template)

chain = prompt | hf

question = "What is electroencephalography?"

print(chain.invoke({"question": question}))
```
2025-02-03 21:40:33 -05:00
Tanushree
e8b91283ef Banner for interrupt (#29567)
Adding banner for interrupt
2025-02-03 17:40:24 -08:00
Chester Curme
584a4bd9f6 fix check_prerelease_dependencies script langchain==0.3.18rc1 2025-02-03 16:54:19 -05:00
Chester Curme
0064cc4751 test release with python 3.11 2025-02-03 16:43:31 -05:00
Chester Curme
d9d8735d9f x 2025-02-03 16:27:56 -05:00
Chester Curme
fb4adb444d x 2025-02-03 16:24:54 -05:00
Chester Curme
dd47b8c454 x 2025-02-03 16:21:30 -05:00
Chester Curme
1c634f9436 Revert "test extras"
This reverts commit 7a8d5586de.
2025-02-03 16:17:34 -05:00
Chester Curme
e939cd462a increment version 2025-02-03 16:12:28 -05:00
Chester Curme
bc24f60a39 update release workflows 2025-02-03 16:12:14 -05:00
Chester Curme
7a8d5586de test extras 2025-02-03 16:11:39 -05:00
Chester Curme
3898048b49 add optional dependencies 2025-02-03 15:44:44 -05:00
Chester Curme
cfa56be510 x 2025-02-03 15:21:46 -05:00