Retired LangChain adapter tombstone with migration guidance
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
langchain-schift
langchain-schift is retired. Version 0.3.0 is a dependency-free tombstone
release that prevents the broken 0.2.x adapter from calling SDK APIs that no
longer exist.
Existing module paths remain importable. Accessing a formerly executable export
raises one actionable LangChainSchiftRetiredError instead of calling a removed
SDK surface. The tombstone does not perform network requests.
Migration
- Embeddings: use LangChain
OpenAIEmbeddingsagainst your configured Schift API origin. The OpenAI-compatible operation isPOST /v1/embeddings. - Retrieval: use the maintained Python
schiftSDKretrieve()orsearch()surfaces. Raw ranked hits usePOST /v2/buckets/{bucket_id}/retrieve; answer-ready context uses search. - TypeScript: use
@schift-io/sdk.
Configure the successor client with SCHIFT_API_KEY and a bare
SCHIFT_API_URL such as https://api.example.com.
Do not add new adapter behavior to this package. It exists only to provide a safe final release and migration guidance.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_schift-0.3.0.tar.gz.
File metadata
- Download URL: langchain_schift-0.3.0.tar.gz
- Upload date:
- Size: 36.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9371633a180d24f43cd2a777aeed655107fa109a0ed65ece533b5c35ae158a03
|
|
| MD5 |
46dfdc31e8c38a6ce9e8025f1cad5ba1
|
|
| BLAKE2b-256 |
4126726de24a0ce9c204cc2c7b7bf810288493d2d3b4c648f67220acd51ae5a4
|
File details
Details for the file langchain_schift-0.3.0-py3-none-any.whl.
File metadata
- Download URL: langchain_schift-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1af0e2b09221055ac5dfa24b2a505e764564aa5336ade649263bad507f88033e
|
|
| MD5 |
0a8b34c8a7db4298480364560d9368c5
|
|
| BLAKE2b-256 |
f31d0ff14bb48d1521bae8523a554712d3de05cb0db4fd13801cd4ca6bd16a1b
|