Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 378 Bytes

Requirements:

  • Ollama

Python libraries:

  • langchain
  • transformers
  • faiss (cpu or gpu, depending on your requirements)
  • pandas
  • sentence_transformers

Instructions:

  1. Install Ollama https://ollama.com/download
  2. Build vectorstore index
    • python process_ecoinvent.py

Examples

Sample code for parsing and processing Excel spreadsheets in process_spreadsheet.py