Multi Source RAG Agent
Mult Source RAG agent - Export Import Agent
This project implements a multi-source Retrieval Augmented Generation (RAG) agent designed to assist users with export and import guidance. It integrates LanceDB for efficient document retrieval and Tavily for real-time external searches. The system helps users navigate export/import policies, product classifications, compliance guidelines, and industry updates.
Install dependencies
Requirement already satisfied: langchain in /usr/local/lib/python3.11/dist-packages (0.3.19) Requirement already satisfied: langchain-openai in /usr/local/lib/python3.11/dist-packages (0.3.7) Requirement already satisfied: langgraph in /usr/local/lib/python3.11/dist-packages (0.2.74) Requirement already satisfied: langchain_community in /usr/local/lib/python3.11/dist-packages (0.3.18) Requirement already satisfied: langchain-core<1.0.0,>=0.3.35 in /usr/local/lib/python3.11/dist-packages (from langchain) (0.3.40) Requirement already satisfied: langchain-text-splitters<1.0.0,>=0.3.6 in /usr/local/lib/python3.11/dist-packages (from langchain) (0.3.6) Requirement already satisfied: langsmith<0.4,>=0.1.17 in /usr/local/lib/python3.11/dist-packages (from langchain) (0.3.8) Requirement already satisfied: pydantic<3.0.0,>=2.7.4 in /usr/local/lib/python3.11/dist-packages (from langchain) (2.10.6) Requirement already satisfied: SQLAlchemy<3,>=1.4 in /usr/local/lib/python3.11/dist-packages (from langchain) (2.0.38) Requirement already satisfied: requests<3,>=2 in /usr/local/lib/python3.11/dist-packages (from langchain) (2.32.3) Requirement already satisfied: PyYAML>=5.3 in /usr/local/lib/python3.11/dist-packages (from langchain) (6.0.2) Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in /usr/local/lib/python3.11/dist-packages (from langchain) (3.11.12) Requirement already satisfied: tenacity!=8.4.0,<10,>=8.1.0 in /usr/local/lib/python3.11/dist-packages (from langchain) (9.0.0) Requirement already satisfied: numpy<2,>=1.26.4 in /usr/local/lib/python3.11/dist-packages (from langchain) (1.26.4) Requirement already satisfied: openai<2.0.0,>=1.58.1 in /usr/local/lib/python3.11/dist-packages (from langchain-openai) (1.61.1) Requirement already satisfied: tiktoken<1,>=0.7 in /usr/local/lib/python3.11/dist-packages (from langchain-openai) (0.9.0) Requirement already satisfied: langgraph-checkpoint<3.0.0,>=2.0.10 in /usr/local/lib/python3.11/dist-packages (from langgraph) (2.0.16) Requirement already satisfied: langgraph-sdk<0.2.0,>=0.1.42 in /usr/local/lib/python3.11/dist-packages (from langgraph) (0.1.53) Requirement already satisfied: dataclasses-json<0.7,>=0.5.7 in /usr/local/lib/python3.11/dist-packages (from langchain_community) (0.6.7) Requirement already satisfied: pydantic-settings<3.0.0,>=2.4.0 in /usr/local/lib/python3.11/dist-packages (from langchain_community) (2.8.0) Requirement already satisfied: httpx-sse<1.0.0,>=0.4.0 in /usr/local/lib/python3.11/dist-packages (from langchain_community) (0.4.0) Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (2.4.6) Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (1.3.2) Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (25.1.0) Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (1.5.0) Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (6.1.0) Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (0.2.1) Requirement already satisfied: yarl<2.0,>=1.17.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain) (1.18.3) Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /usr/local/lib/python3.11/dist-packages (from dataclasses-json<0.7,>=0.5.7->langchain_community) (3.26.1) Requirement already satisfied: typing-inspect<1,>=0.4.0 in /usr/local/lib/python3.11/dist-packages (from dataclasses-json<0.7,>=0.5.7->langchain_community) (0.9.0) Requirement already satisfied: jsonpatch<2.0,>=1.33 in /usr/local/lib/python3.11/dist-packages (from langchain-core<1.0.0,>=0.3.35->langchain) (1.33) Requirement already satisfied: packaging<25,>=23.2 in /usr/local/lib/python3.11/dist-packages (from langchain-core<1.0.0,>=0.3.35->langchain) (24.2) Requirement already satisfied: typing-extensions>=4.7 in /usr/local/lib/python3.11/dist-packages (from langchain-core<1.0.0,>=0.3.35->langchain) (4.12.2) Requirement already satisfied: msgpack<2.0.0,>=1.1.0 in /usr/local/lib/python3.11/dist-packages (from langgraph-checkpoint<3.0.0,>=2.0.10->langgraph) (1.1.0) Requirement already satisfied: httpx>=0.25.2 in /usr/local/lib/python3.11/dist-packages (from langgraph-sdk<0.2.0,>=0.1.42->langgraph) (0.28.1) Requirement already satisfied: orjson>=3.10.1 in /usr/local/lib/python3.11/dist-packages (from langgraph-sdk<0.2.0,>=0.1.42->langgraph) (3.10.15) Requirement already satisfied: requests-toolbelt<2.0.0,>=1.0.0 in /usr/local/lib/python3.11/dist-packages (from langsmith<0.4,>=0.1.17->langchain) (1.0.0) Requirement already satisfied: zstandard<0.24.0,>=0.23.0 in /usr/local/lib/python3.11/dist-packages (from langsmith<0.4,>=0.1.17->langchain) (0.23.0) Requirement already satisfied: anyio<5,>=3.5.0 in /usr/local/lib/python3.11/dist-packages (from openai<2.0.0,>=1.58.1->langchain-openai) (3.7.1) Requirement already satisfied: distro<2,>=1.7.0 in /usr/local/lib/python3.11/dist-packages (from openai<2.0.0,>=1.58.1->langchain-openai) (1.9.0) Requirement already satisfied: jiter<1,>=0.4.0 in /usr/local/lib/python3.11/dist-packages (from openai<2.0.0,>=1.58.1->langchain-openai) (0.8.2) Requirement already satisfied: sniffio in /usr/local/lib/python3.11/dist-packages (from openai<2.0.0,>=1.58.1->langchain-openai) (1.3.1) Requirement already satisfied: tqdm>4 in /usr/local/lib/python3.11/dist-packages (from openai<2.0.0,>=1.58.1->langchain-openai) (4.67.1) Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.11/dist-packages (from pydantic<3.0.0,>=2.7.4->langchain) (0.7.0) Requirement already satisfied: pydantic-core==2.27.2 in /usr/local/lib/python3.11/dist-packages (from pydantic<3.0.0,>=2.7.4->langchain) (2.27.2) Requirement already satisfied: python-dotenv>=0.21.0 in /usr/local/lib/python3.11/dist-packages (from pydantic-settings<3.0.0,>=2.4.0->langchain_community) (1.0.1) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<3,>=2->langchain) (3.4.1) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests<3,>=2->langchain) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests<3,>=2->langchain) (2.3.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests<3,>=2->langchain) (2025.1.31) Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.11/dist-packages (from SQLAlchemy<3,>=1.4->langchain) (3.1.1) Requirement already satisfied: regex>=2022.1.18 in /usr/local/lib/python3.11/dist-packages (from tiktoken<1,>=0.7->langchain-openai) (2024.11.6) Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.11/dist-packages (from httpx>=0.25.2->langgraph-sdk<0.2.0,>=0.1.42->langgraph) (1.0.7) Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.11/dist-packages (from httpcore==1.*->httpx>=0.25.2->langgraph-sdk<0.2.0,>=0.1.42->langgraph) (0.14.0) Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from jsonpatch<2.0,>=1.33->langchain-core<1.0.0,>=0.3.35->langchain) (3.0.0) Requirement already satisfied: mypy-extensions>=0.3.0 in /usr/local/lib/python3.11/dist-packages (from typing-inspect<1,>=0.4.0->dataclasses-json<0.7,>=0.5.7->langchain_community) (1.0.0) Requirement already satisfied: pypdf in /usr/local/lib/python3.11/dist-packages (5.3.0) Requirement already satisfied: lancedb in /usr/local/lib/python3.11/dist-packages (0.19.0) Requirement already satisfied: deprecation in /usr/local/lib/python3.11/dist-packages (from lancedb) (2.1.0) Requirement already satisfied: pylance==0.23.0 in /usr/local/lib/python3.11/dist-packages (from lancedb) (0.23.0) Requirement already satisfied: tqdm>=4.27.0 in /usr/local/lib/python3.11/dist-packages (from lancedb) (4.67.1) Requirement already satisfied: pydantic>=1.10 in /usr/local/lib/python3.11/dist-packages (from lancedb) (2.10.6) Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from lancedb) (24.2) Requirement already satisfied: overrides>=0.7 in /usr/local/lib/python3.11/dist-packages (from lancedb) (7.7.0) Requirement already satisfied: pyarrow>=14 in /usr/local/lib/python3.11/dist-packages (from pylance==0.23.0->lancedb) (17.0.0) Requirement already satisfied: numpy>=1.22 in /usr/local/lib/python3.11/dist-packages (from pylance==0.23.0->lancedb) (1.26.4) Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.11/dist-packages (from pydantic>=1.10->lancedb) (0.7.0) Requirement already satisfied: pydantic-core==2.27.2 in /usr/local/lib/python3.11/dist-packages (from pydantic>=1.10->lancedb) (2.27.2) Requirement already satisfied: typing-extensions>=4.12.2 in /usr/local/lib/python3.11/dist-packages (from pydantic>=1.10->lancedb) (4.12.2)
Pass your OpenAI API key and Tavily API key for accessing web search results.
Configure Directories:
We are creating a real-world case study on export-import business compliance, following different guidelines that companies must adhere to. This example will incorporate export policy tools, import policy regulations, and basic guidance.
To simplify the process, we are using data from the DGFT Import-Export Policy available at DGFT Website. You can download the necessary data from the provided link.
Feel free to utilize as many resources as needed to align with the requirements.
Define paths for your PDF directories containing documents related to export/import guides, export policies, and import policies.
Downloaded: HTE_basics.pdf → export_import_policies/how_to_export Downloaded: export_of_organic_chem.pdf → export_import_policies/export_product_policy Downloaded: export_of_spices_nuts.pdf → export_import_policies/export_product_policy Downloaded: export_of_sugar_n_product.pdf → export_import_policies/export_product_policy Downloaded: export_of_veggine_nuts_cashew.pdf → export_import_policies/export_product_policy Downloaded: import_of_veggie2.pdf → export_import_policies/import_product_policy Downloaded: vegetable_nuts_import.pdf → export_import_policies/import_product_policy All files downloaded successfully! ✅
We are loading and processing documents using LanceDB for retrieval and OpenAIEmbeddings for querying.
We are utilizing four different tools to facilitate export and import operations:
Tools:
guide_on_how_to_export– Retrieves guides on export/import procedures.export_policy– Provides export policies and related documentation.import_policy– Fetches import policies and HS codes.news_export– Delivers real-time updates on export/import news.
These tools are integrated using a React agent to ensure seamless functionality.
Loaded 94 documents from /content/export_import_policies/how_to_export Embeddings for guide_export_import are done. You can now use it. Loaded 138 documents from /content/export_import_policies/export_product_policy Embeddings for export_policy_info are done. You can now use it. Loaded 32 documents from /content/export_import_policies/import_product_policy Embeddings for import_policy_info are done. You can now use it.
================================ Human Message ================================= i want to export organic chemicals acyclic aldehyde. ================================== Ai Message ================================== Tool Calls: export_policy (call_kbOJUx7kY4wpEvJzjXmit52r) Call ID: call_kbOJUx7kY4wpEvJzjXmit52r Args: query: export policies and regulations for organic chemicals acyclic aldehyde guide_on_how_to_export (call_YSV82DKqjYrjdLFfyLTalJmk) Call ID: call_YSV82DKqjYrjdLFfyLTalJmk Args: query: how to export organic chemicals acyclic aldehyde ================================= Tool Message ================================= Name: guide_on_how_to_export [{"text": "HOW TO EXPORT \n A practical guide \nMinistry of Commerce & Industry \nGovernment of India \nविदेश व्यापार महानिदेशालय \nDIRECTORATE GENERAL OF \nFOREIGN TRADE \nNIRYAT \nBANDHU \nSCHEME \n(2023-24)", "score": 0.6190895958004871}, {"text": "49 | P a g e \n \n- Gambier \nExtracts/Myrobalam \nExtracts/ Cutch Extracts/ \nOther dyeing & tanning \nextracts \n- Fire works \n- Safety Matches \n- Activated Carbon \n- Cocoanut shell Charcoal \n- Superphosphates Urea \n- Other Chemical \nFertilizers \n- Hard Aggregates for Floor \n Ossein, Glue & Gelatine \n Paints & Allied Products \n Paper, Board & Paper Products \n Plywood & Allied Products \n Processed Minerals \n Rubber Manufactured Products \n5 Cotton Textiles Export \nPromotion Council \n Cotton Yarn & Sewing Thread \n Cotton Fabrics (Grey/Bleached & \nProcessed Fabrics) including Yarn \nDyed Fabrics: \n Duck/Canvas, Sheetings, Poplin, \nShirting/Suitings, Denims/Drills, \nTwills/Sateens, \nSarees/Dhotis/Terry Fabrics, \nFurnishings, Voils/Mulls/Muslin, \nKnit Fabrics \n Cotton Made-ups – Bed Linens/ \nHome Furnishings, Terry Towels/ \nToweling, Bags/Sacks, Curtains \n/Drapes, Blankets, Table/Toilet \n/Kitchen, Linens/Napkins, \nHandkerchiefs / Dusters, \nCarpets/Mats/ Tarpaulins/Tents, \nTapes/Narrow Fabrics, Labels, \nShawls/Scarves, Rope &* Twine, \nDrop Cloth, Mosquito \nNets/Netting, Embroidered \nFabrics/Sarees, Dress Materials, \nChaddar/Odhanis, Khangas, \nThreads/Packing Threads, Others \n Raw Cotton \n6 Council for Leather Exports Leather & Leather products \n7 EEPC INDIA \n(Formerly Engineering \nExport Promotion Council) \n Machineries and equipments \n Motor Vehicles \n Automobile Components \n Bicycles, Bicycle Components and \nAccessories", "score": 0.6111237992850795}, {"text": "54 | P a g e \n \n34 Agricultural and \nProcessed Food \nProducts Export \nDevelopment \nAuthority (APEDA) \n Fruits, Vegetable and their \nproducts \n Meat and meat products \n Poultry and poultry products \n Dairy products \n Confectionary, biscuits and bakery \nproducts \n Honey, jiggery and sugar products \n Cocoa and its products, chocolates \nof all kinds \n Alcoholic and non-alcoholic \nbeverages \n Cereals and cereals products \n Groundnuts, peanuts and walnut \n Pickles, chutneys and papads \n Guar Gum \n Floriculture and floriculture \nproducts \n Herbal and medicinal plants \n Cashew Kernels \n Cashew Shell Liquid \n Kardanoliv \n35 Coconut Development \nBoard \nAll coconut products other than those made \nfrom coconut husk & fiber \n36 Marine Products \nExport Development \nAuthority \n(MPEDA) \nMarine Products including all varieties of \nfishery products known commercially as \nshrimp, prawn, lobster, crab, fish, shell -\nfish, other aquatic animals or plants or part \nthereof. \n \nRole of EPCs: \n Export Promotion Councils encourage exporters, both old and new, to attend \na variety of workshops that they conduct throughout the year. These workshops \naddress topics like documentation, understanding of commercial terms, designing \nbusiness plans, and understanding finances. These are excellent platforms for \nexporters to find solutions and advice on their business and financial needs. One -to-\none correspondence with the EPCs to seek financial guidance is also an option. \n3. ECGC Limited: \n ECGC Ltd. (Formerly known as Export Credit Guarantee Corporation of India \nLtd.) wholly owned by Government of India, was set up in 1957 with the objective of \npromoting e xports from the country by providing credit risk insurance and related \nservices for exports.", "score": 0.6082336212952936}, {"text": "73 | P a g e \n \nAdvance Authorization For Annual Requirement: \n \nExporters having past export performance (in at least preceding two financial \nyears) shall be entitled for Advance Authorization for Annual requirement. This shall \nonly be issued for items having SION. \n \nDuty Free Import Authorization (DFIA) Scheme: \n \nDFIA is issued to allow duty free import of inputs, with a minimum value addition \nrequirement of 20%. DFIA shall be exempted only from the payment of basic customs \nduty. DFIA shall be issued on post export basis for products for which SION has been \nnotified. Separate schemes exist for gems and jewellery sector for which FTP may be \nreferred. \n \nDuty Drawback of Customs: \n \nThe scheme is administered by Department of Revenue. Under this scheme \nproducts made out of duty paid inputs are first exported and thereafter refund of duty \nis claimed in two ways: \n \ni) All Industry Rates: As per Schedule \nii) Brand Rate : As per application on the basis of data/documents \n \nInterest Equalisation Scheme (IES): \n \nThe Government announced the Interest Equalisation Scheme @ 3% per annum \nfor Pre and Post Shipment Rupee Export Credit with effect from 1st April, 2015 for 5 \nyears available to all exports under 416 tariff lines [at ITC (HS) code of 4 digit] and \nexports ma de by Micro, Small & Medium Enterprises (MSMEs) across all ITC(HS) \ncodes. With effect from November 2, 2018, the rate of Interest Equalisation for MSME \nhas been increased to 5%. The Scheme has also been extended to Merchant Exporters \nwho will now avail the benefit @ 3% for all exports under 416 tariff lines w.e.f. \nJanuary 2, 2019. \n \nEXPORT PROMOTION CAPITAL GOODS SCHEMES (EPCG) \n \nZero Duty EPCG Scheme: \n \nUnder this scheme import of capital goods at zero custom duty is allowed for \nproducing quality goods and services to enhance India’s export competitiveness. \nImport under EPCG shall be subject to export obligation equivalent to six times of duty \nsaved in six years. Scheme also allows indigenous sourcing of capital goods with 25% \nless export obligation.", "score": 0.6077713546608261}, {"text": "77 | P a g e \n \nIndigenous Sourcing of Capital Goods and benefits to Domestic Supplier: \nA person holding an EPCG Authorisation may source capital goods from a \ndomestic manufacturer either through Invalidation Letter or through Advance Release \nOrder. Such domestic manufacturer shall be eligible for deemed export benefits under \nparagraph 7.03 o f FTP, and as may be provided under GST Rules under the category \nof deemed exports. Such domestic sourcing shall also be permitted from EOUs and \nthese supplies shall be counted for purpose of fulfilment of positive NFE by said EOU \nas provided in Para 6.08 (a) of FTP. \n \nADVANCE AUTHORIZATION (AA) SCHEME \nIntroduction: \n Advance Authorisation is issued to allow duty free import of input, which is \nphysically incorporated in export product (making normal allowance for wastage). In \naddition, fuel, oil, catalyst which is consumed / utilized in the process of production of \nexport product, may also be allowed Under Advance Authorisation scheme export \nobligation is to be fulfilled by exporting finished products manufactured by imported \ninputs with minimum value addition as mentioned below \nMinimum Value Addition: \n(i) Minimum value addition required to be achieved under Advance Authorisation is \n15%. \n(ii) Export Products where value addition could be less than 15% are given in \nAppendix 4D. \n(iii) Minimum value addition for Gems & Jewellery Sector is given in paragraph 4.60 \nof Handbook of Procedures. \n(iv) In case of Tea, minimum value addition shall be 50%. \n(iv) In case of spices, minimum value addition shall be 25%. \nDomestic Sourcing of Inputs \n Holder of an Advance Authorisation / Duty Free Import Authorisation can \nprocure inputs from indigenous supplier/ State Trading \nEnterprise/EOU/EHTP/BTP/ STP in lieu of direct import. Such \nprocurement can be against Advance Release Order (ARO), or Invalidation \nLetter. \n When domestic supplier intends to obtain duty free material for inputs \nthrough Advance Authorisation for supplying resultant product to another \nAdvance Authorisation / DFIA /EPCG Authorisation, Regional Authority \nshall issue Invalidation Letter. \n Regional Authority shall issue Advance Release Order if the domestic \nsupplier intends to seek refund of duties exempted through Deemed \nExports mechanism as per provisions under Chapter-7 of FTP. \n Regional Authority may issue Advance Release Order or Invalida tion Letter \nat the time of issue of Authorisation simultaneously or subsequently. \n Advance Authorisation holder under DTA can procure inputs from / SEZ \nunits against Certificate of supply till EDI message system between SEZ \nand Customs is enabled.", "score": 0.6046244602167601}] ================================== Ai Message ================================== To export organic chemicals, specifically acyclic aldehyde, here are the relevant details: ### Export Policies and Regulations: 1. **HS Code and Description**: - Acyclic aldehydes fall under the category of organic chemicals. The specific HS code for acyclic aldehydes is not directly mentioned, but they are generally classified under the broader category of aldehydes. - The export policy for acyclic aldehydes is generally free, meaning there are no specific restrictions or prohibitions on their export. 2. **General Export Conditions**: - Ensure compliance with any international agreements or protocols, such as the Montreal Protocol, if applicable. - Obtain any necessary certifications or authorizations if the chemicals are subject to specific international regulations. ### Guide on How to Export: 1. **Documentation**: - Obtain an Export License if required. - Prepare necessary shipping documents such as the commercial invoice, packing list, and bill of lading. - Ensure compliance with the destination country's import regulations. 2. **Export Procedures**: - Register with the Directorate General of Foreign Trade (DGFT) in your country. - Identify potential markets and buyers for your product. - Arrange for logistics and transportation, ensuring that the chemicals are packaged and labeled according to international standards. 3. **Financial and Legal Considerations**: - Consider insurance for the shipment to cover any potential risks. - Understand the financial implications, including currency exchange rates and payment terms. 4. **Export Promotion Schemes**: - Explore any available export promotion schemes or incentives provided by the government to support exporters. By following these guidelines and ensuring compliance with relevant regulations, you can successfully export acyclic aldehydes. If you need more specific information or assistance, consulting with a trade expert or export promotion council may be beneficial.
We can see that memory is being used here. A follow-up question was asked, and it worked as expected, maintaining context.
================================ Human Message ================================= what is HS code of it & export policy . ================================== Ai Message ================================== Tool Calls: export_policy (call_2uvO8ql0VfDUeSdjrmN60qAH) Call ID: call_2uvO8ql0VfDUeSdjrmN60qAH Args: query: HS code and export policy for acyclic aldehyde ================================= Tool Message ================================= Name: export_policy [{"text": "Product Description and Export Policy\nItc(hs) Code. Description Export\nPolicy Policy Condition\n2901 Acyclic hydrocarbons.\n29011000 Saturated Free\n29012100 Unsaturated : -- Ethylene Free\n29012200 Unsaturated : -- Propene (propylene) Free\n29012300 Unsaturated : -- Butene (butylene) and isomers thereof Free\n29012400 Unsaturated : -- Buta-1,3-diene and isoprene Free\n290129 Unsaturated : -- Other\n29012910 Acetylene, whether or not in dissolved condition Free\n29012920 Heptene (Heptylene) Free\n29012930 Dihydromyrcene Free\n29012940 Tetradecene Free\n29012990 Other Free\n2902 Cyclic hydrocarbons.\n29021100 Cyclanes, cyclenes and cycloterpenes : -- Cyclohexane Free\n290219 Cyclanes, cyclenes and cycloterpenes : -- Other\n29021910 Cyclopropyl actetylene Free", "score": 0.7862199732910415}, {"text": "Product Description and Export Policy\nItc(hs) Code. Description Export\nPolicy Policy Condition\n0801\nCoconuts, Brazil nuts\nand cashew nuts, fresh\nor dried, whether or not\nshelled or peeled.\n08011100 Coconuts : --\nDesiccated Free\n080112 Coconuts : -- In the\ninner shell (endocarp)\n08011210 Fresh Free\n08011220 Dried Free\n08011290 Other Free\n080119 Coconuts : -- Other\n08011910 Fresh Free\n08011920 Dried Free\n08011990 Other Free\n08012100 Brazil nuts : -- In shell Free\n08012200 Brazil nuts : -- Shelled Free\n08013100 Cashew nuts : -- In shell Free", "score": 0.7235636675046249}, {"text": "Product Description and Export Policy\nItc(hs) Code. Description Export\nPolicy Policy Condition\n1701\nCane or beet sugar\nand chemically pure\nsucrose, in solid form.\n17011200\nRaw sugar not\ncontaining added\nflavouring or colouring\nmatter : -- Beet sugar\nFree\n170113\nRaw sugar not\ncontaining added\nflavouring or colouring\nmatter : -- Cane sugar\nspecified in\nSubheading Note 2 to\nthis Chapter\n17011310 Cane jaggery Free\n17011320 Khandsari sugar Free\n17011390 Other Free\n170114\nRaw sugar not\ncontaining added\nflavouring or colouring\nmatter : -- Other cane\nsugar\n17011410 Cane jaggery Free", "score": 0.7228998335671539}, {"text": "Product Description and Export Policy\nItc(hs) Code. Description Export\nPolicy Policy Condition\n0901\nCoffee, whether or not roasted or\ndecaffeinated; coffee husks and skins;\ncoffee substitutes containing coffee in any\nproportion.\n090111 Coffee, not roasted : --Not decaffeinated\n09011111 Arabica plantation: ---- A Grade Free\n09011112 Arabica plantation: ---- B Grade Free\n09011113 Arabica plantation: ---- C Grade Free\n09011119 Arabica plantation: ---- Other Free\n09011121 Arabica Cherry: ---- AB Grade Free\n09011122 Arabica Cherry: ---- PB Grade Free\n09011123 Arabica Cherry: ---- C Grade Free\n09011124 Arabica Cherry: ---- B/B/B Grade Free\n09011129 Arabica Cherry: ---- Other Free\n09011131 Rob Parchment: ---- AB Grade Free\n09011132 Rob Parchment: ---- PB Grade Free\n09011133 Rob Parchment: ---- C Grade Free", "score": 0.7203694210762569}, {"text": "permitted under\nRestricted Export\nAuthorization.\n293499 Other -- Other\n29349910 Chloro thiophene-2-carboxylic acid Free\nHowever, Export of\n\"Deoxy nucleotide\ntriphosphates\" will be\nin Restricted\ncategory and\npermitted under\nRestricted Export\nAuthorization.\n56/2015-20 24.02.20\n22\n29349920 Morpholine Free\nHowever, Export of\n\"Deoxy nucleotide\ntriphosphates\" will be\nin Restricted\ncategory and\npermitted under\nRestricted Export\nAuthorization.\n56/2015-20 24.02.20\n22\n29349930 Buprofezin (ISO) Free\nHowever, Export of\n\"Deoxy nucleotide\ntriphosphates\" will be\nin Restricted\ncategory and\npermitted under\nRestricted Export\nAuthorization.\n56/2015-20 24.02.20\n22\n29349990 Other Free\nHowever, Export of\n\"Deoxy nucleotide\ntriphosphates\" will be\nin Restricted\n56/2015-20 24.02.20\n22", "score": 0.7145604895333945}] ================================== Ai Message ================================== The HS code for acyclic aldehydes falls under the broader category of acyclic hydrocarbons, which is 2901. However, for specific acyclic aldehydes, you might need to refer to more detailed sub-categories or consult with a trade expert for precise classification. ### Export Policy: - **Export Policy**: The export of acyclic aldehydes is generally free, meaning there are no specific restrictions or prohibitions on their export. If you need more detailed classification or specific sub-codes, it might be helpful to consult with a customs expert or use a detailed HS code directory.
This is how you can leverage multiple sources, integrate them, and build a multi-source RAG agent.