Skip to content

Releases: bosun-ai/swiftide

swiftide-v0.3.3

16 Jun 12:23
f5b674d
Compare
Choose a tag to compare

Added

  • (transformers) builder and clone for MetadataQAText
  • (transformers) builder and clone for MetadataQACode
  • (transformers) builder for chunk_markdown
  • (transformers) builder and clone for chunk_code
  • (integrations) clone and debug for integrations

swiftide-v0.3.2

16 Jun 11:25
ba6d71c
Compare
Choose a tag to compare

Added

  • (integrations) qdrant and openai builder should be consistent (#52)

swiftide-v0.3.1

15 Jun 14:35
1f6a0f9
Compare
Choose a tag to compare

Other

  • Fixing some grammar typos on README.md (#51)
  • we love feedback <3

swiftide-v0.3.0

14 Jun 15:04
f51e668
Compare
Choose a tag to compare

Added

  • (ingestion_pipeline) early return if any error encountered (#49)
  • configurable concurrency for transformers and chunkers (#47)
  • (ingestion_pipeline) concurrency improvements (#48)
  • (ingestion_pipeline) [breaking] support chained storage backends (#46)

Other

  • update linkedin link

v0.1.0

13 Jun 12:18
Compare
Choose a tag to compare
chore: Release package swiftide version 0.1.0

swiftide-v0.2.1

13 Jun 21:42
ac81e33
Compare
Choose a tag to compare

Other

  • fix documentation link
  • Add link to bosun

swiftide-v0.2.0

13 Jun 20:35
bb6cf2b
Compare
Choose a tag to compare

Added

  • api improvements with example (#10)
  • feat/readme improvements (#11)

Fixed

  • fmt
  • clippy & fmt

Other

  • update readme template links and fix template
  • (swiftide) documented file swiftide/src/integrations/openai/simple_prompt.rs (#19)
  • (swiftide) documented file swiftide/src/transformers/metadata_qa_code.rs (#34)
  • (swiftide) documented file swiftide/src/transformers/openai_embed.rs (#35)
  • (swiftide) documented file swiftide/src/transformers/metadata_qa_text.rs (#36)
  • (swiftide) documented file swiftide/src/transformers/chunk_code.rs (#39)
  • (swiftide) documented file swiftide/src/loaders/mod.rs (#40)
  • (swiftide) documented file swiftide/tests/ingestion_pipeline.rs (#41)
  • (swiftide) documented file swiftide/src/integrations/treesitter/supported_languages.rs (#26)
  • (swiftide) documented file swiftide/src/ingestion/mod.rs (#28)
  • (swiftide) documented file swiftide/src/integrations/qdrant/ingestion_node.rs (#20)
  • (swiftide) documented file swiftide/src/integrations/qdrant/mod.rs (#22)
  • (swiftide) documented file swiftide/src/integrations/redis/mod.rs (#23)
  • (swiftide) documented file swiftide/src/integrations/qdrant/persist.rs (#24)
  • (swiftide) documented file swiftide/src/integrations/redis/node_cache.rs (#29)
  • (swiftide) documented file swiftide/src/integrations/treesitter/splitter.rs (#30)
  • (swiftide) documented file swiftide/src/integrations/openai/mod.rs (#21)
  • (swiftide) documented file swiftide/src/ingestion/ingestion_node.rs (#15)
  • (swiftide) documented file swiftide/src/ingestion/ingestion_stream.rs (#16)
  • (swiftide) documented file swiftide/src/ingestion/ingestion_pipeline.rs (#14)
  • release v0.1.0 (#8)