Releases: closedloop-technologies/PromptedGraphs
Releases · closedloop-technologies/PromptedGraphs
bugfix: poetry lock version updates
v0.4.3 📝 (init.py): update version from 0.4.1 to 0.4.3 to reflect the latest…
Version Bump
Full Changelog: v0.4.0...v0.4.2
Version Bump - relaxed python version requirements
Full Changelog: v0.4.0...v0.4.1
Version Bump
Version Bump
Full Changelog: v0.3.2...v0.3.3
Version Bump
Full Changelog: v0.3.1...v0.3.2
API Cost and Latency added
Brainstorming Data
Enables the generation of structured data. We can brainstorm thousands of samples of arbitrary datatypes.
The way to display the results has improved with a cleaner wrapper of the spacy.displacy functionality
Nested Structured Data Extraction
Added the ability for nested data structures to be extracted from text and returned in Pydantic DataModels
Structured Data Extraction
Implemented a clean way to extract typed objects (via Pydantic) from text.
data = extract_data(text=msg, output_type=list[UserIntent])
