mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02:37 +00:00
OptimizedPrompt -- k-shot example choice backed by semantic search (#91)
This commit is contained in:
committed by
GitHub
parent
3ee6e332dd
commit
a0780cc930
@@ -1,6 +1,4 @@
|
||||
"""
|
||||
Test text splitting functionality using NLTK and Spacy based sentence splitters.
|
||||
"""
|
||||
"""Test text splitting functionality using NLTK and Spacy based sentence splitters."""
|
||||
import pytest
|
||||
|
||||
from langchain.text_splitter import NLTKTextSplitter, SpacyTextSplitter
|
||||
|
Reference in New Issue
Block a user