Merge pull request #1015 from LUN000/main
fix poetry python packages for ingest.py
This commit is contained in:
		
						commit
						c7d42fbe9e
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							|  | @ -8,19 +8,20 @@ readme = "README.md" | ||||||
| 
 | 
 | ||||||
| [tool.poetry.dependencies] | [tool.poetry.dependencies] | ||||||
| python = "^3.10" | python = "^3.10" | ||||||
| langchain = "^0.0.228" | langchain = "0.0.274" | ||||||
| gpt4all = "^1.0.3" | gpt4all = "1.0.8" | ||||||
| chromadb = "^0.3.26" | chromadb = "0.4.7" | ||||||
| llama-cpp-python = "^0.1.68" | llama-cpp-python = "0.1.81" | ||||||
| urllib3 = "^2.0.3" | urllib3 = "2.0.4" | ||||||
| PyMuPDF = "^1.22.5" | PyMuPDF = "1.23.1" | ||||||
| python-dotenv = "^1.0.0" | python-dotenv = "^1.0.0" | ||||||
| unstructured = "^0.8.0" | unstructured = "0.10.8" | ||||||
| extract-msg = "^0.41.5" | extract-msg = "0.45.0" | ||||||
| tabulate = "^0.9.0" | tabulate = "^0.9.0" | ||||||
| pandoc = "^2.3" | pandoc = "^2.3" | ||||||
| pypandoc = "^1.11" | pypandoc = "^1.11" | ||||||
| tqdm = "^4.65.0" | tqdm = "4.66.1" | ||||||
|  | sentence-transformers = "2.2.2" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| [build-system] | [build-system] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue