OptimizedPrompt -- k-shot example choice backed by semantic search (#91)

This commit is contained in:
Samantha Whitmore
2022-11-09 21:15:42 -08:00
committed by GitHub
parent 3ee6e332dd
commit a0780cc930
3 changed files with 371 additions and 3 deletions

View File

@@ -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